<?php /* Ulyxex version 1.5.5.2 ***************/ /* code http://ulyxex.logz.org **********/ /* Andre Lozano http://andre-lozano.org */ /* don't modify this script, here there are the basics controllers for ulyxex if you want to add your own controller put them in "config.php" file */ $viewController["article"] = "pages/view_article.php"; $viewController["page"] = "pages/view_page.php"; $viewController["link"] = "pages/view_link.php"; // scrip to manage links $viewController["user"] = "pages/view_user.php"; $viewController["contact"] = "pages/view_contact_form.php"; //~ others special page types you have to add manualy, see in script how to manage them $viewController["mix"] = "pages/view_page_mix.php"; $howController["mix"] = "To mix articles from multiple pages together add a new page with type : \"mix\" then add manually pages \"id\" in field \"HEAD\" like : <meta name=\"page\" id=\"n\">"; $viewController["random"] = "pages/view_page_random.php"; $howController["random"] = "This type page show only one article choosen randomly from all articles (not hidden)"; $viewController["liste"] = "pages/view_liste_diffusion.php"; $howController["liste"] = "Add mailing list to config.php like \$mailingList = \"list-name@website.org\"; (works with ovh.com)"; /****************************************/ ?>