Monday 17 March 2008 6:10:02 am
hello all, I want to override the article template. I had done this: - open the file in : \siteaccess\ezwebin_site\override.ini.append.php - write this at the top of file : [full_article] Source=node/view/full.tpl MatchFile=full/article_just.tpl Subdir=templates Match[class_identifier]=article - save the file article_just.tpl in : C:\wamp\www\prosite\site\extension\ezwebin\design\ezwebin\override\templates\full - the file contains this in particular (for all articles of the site):
<div id="corps">
<h1> just lundi {$node.object.name|wash()} </h1><br/><br/>
<div class="informations">
<h1> News de la part de : {$node.data_map.owner.author|wash()}
Le {$node.object.modified|l10n('shortdatetime')} </h1>
</div>
<div class="contenu">
<p>{$node.object.data_map.body.content.output.output_text}</p>
</div>
</div>
Is there samebody who can help me to resolve this problem?
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
|