Friday 21 March 2008 5:18:32 am
hello André R, When i have insert this :
[TemplateSettings]
Debug=disabled
ShowXHTMLCode=disabled
ShowUsedTemplates=enabled
TemplateCompile=enabled
TemplateCache=disabled DevelopmentMode=enabled I see that the system use my template (article_just.tpl) but i have two errors on the path template like this: Error: eZTemplate @ extension/ezwebin/design/ezwebin/templates/parts/path.tpl:3[2] Unknown template variable 'module_result' in namespace '' Error: eZTemplate:foreach Missing/malformed array to iterate through. but i not modified it (it's the default) . the path.tpl is : <!-- Path content: START -->
<p> {foreach $module_result.path as $path} {if $path.url} <a href={cond( is_set( $path.url_alias ), $path.url_alias, $path.url )|ezurl}>{$path.text|wash}</a> {else} {$path.text|wash} {/if} {delimiter}/{/delimiter} {/foreach}
</p> <!-- Path content: END -->
The theory is when we know everything and nothing works.
The practice is when everything works and nobody knows why.
If the practice and theory are met, nothing works and we do not know why.
Albert Einstein
|