Jump to content

Prestashop 1.7:No template found for mon module


Recommended Posts

Salut a tous,

je suis debutant en prestashop j'utilise la version 1.7

je suis en train de creer mon premier module

mais j'arrive pas a afficher la page display.php

voila mon code sur display.php:

 


<?php

class abdesmodulodisplayModuleFrontController extends ModuleFrontController

{

    public function initContent()

    {

        parent::initContent();

        $this->setTemplate('display.tpl');

    }

}

 


mais j'obtiens toujous cette erreur

Jsunz9d.png

 

existe-il une solution ??

post-1370256-0-55404400-1486913454_thumb.png

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...