Sunday 13 February 2011 4:59:54 am
Hi, I've started to develop a design extension.
- I've created "extension/myextension" directory.
- I've created "extension/myextension/settings/design.ini.append.php" file, with this code:
<?php /*
[ExtensionSettings]
DesignExtensions[]=myextension
*/
?>
- I've created "extension/myextension/desisng/example/templates/mytemplate.tpl" file. This template is empty at the moment. Imagine that there was already a override template with the same name. And this override template was being used.
- I've activated the extension editing "settings/override/site.ini.append.php" file, with this code:
[ExtensionSettings]
ActiveExtensions[]=myextension If it worked, the object that uses this template should be blank? It continue using the template overwritten. Have I done something wrong? Thanks, David
|