severine69100 Posted March 22, 2013 Share Posted March 22, 2013 (edited) Bonjour, J'ai créée une nouvelle page mais celle ci ne d'affiche pas, j'ai un message "Page introuvable". J'ai : - Crée une page Php à la racine : <?php require(dirname(__FILE__).'/config/config.inc.php'); ControllerFactory::getController('ServicedecorationController')->run(); - Crée une page controller dans le Controller/Front : <?php </pre> class ForumControllerCore extends FrontController { public $php_self = 'Servicedecoration.php'; public function displayContent() { parent::displayContent(); self::$smarty->display(_PS_THEME_DIR_.'Servicedecoration.tpl'); } } <pre> - Dans mon thème, un tpl : {capture name=path}{l s='Servicedecoration'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} <h1>Tres jolie la page</h1> <h2>Super la page php merci a philippe</h2> <div class="bloc_catalogue"> <div class="titre">Boutique</div> <div class="texte"><p>Votre texte ici !<p/> <br /><br /><span class="sous_titre">Sous titre ici</span> </div> </div> </div> <html/> Puis dans le SEO crée ma page et dans mon menu Megadrown ajouter ma catégorie avec comme lien http://localhost/pre...oller=category. 28 car c'est le numéro de ma page dans le SEO. Je travail en Local. D’où le problème peut venir. Merci. Edited April 1, 2013 by severine69100 (see edit history) Link to comment Share on other sites More sharing options...
moustick.net Posted March 22, 2013 Share Posted March 22, 2013 Salut!! ce lien ne pourrait-il pas t'aider? j'ai également une page à créer et je m'inspirerais de ce code. Link to comment Share on other sites More sharing options...
zemikke Posted April 23, 2014 Share Posted April 23, 2014 Bonjour, J'ai le même souci. As-tu trouvé la solution ? Merci d'avance, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now