Monday 03 October 2011 1:20:11 pm - 3 replies
Hi there,
I created an extension for my website design and it works untill I override existing templates (as pagelayout.tpl for exemple).
But now I created a class called "projet" and I would like to create a template for it.
So, in my extension settings I created an override.ini.append.php like this :
<?php /* #?ini charset="utf-8"? [full_projet] Source=node/view/full.tpl MatchFile=full/projet.tpl Subdir=templates Match[class_identifier]=projet */ ?>
And I created a template : extension/martindamien/design/martindamien/templates/full/projet.tpl
But eZ don't load anything (the module_result seems to be empty).
Any idea please ?
You must be logged in to post messages in this topic!