missing text-constant in default-template
Posted: Sun Jul 29, 2007 4:00 pm
in trackbacks.tpl (default-template) we have a text as a text and not as a text-constant:
I would suggest
and for the lang-file of s9y
Code: Select all
<div class="serendipity_comment_source">
<b>Weblog:</b> {$trackback.author|Code: Select all
<div class="serendipity_comment_source">
<b>{$CONST.TRACKBACK_SOURCE}</b> {$trackback.author|@default:$CONST.ANONYMOUS}<br />
Code: Select all
@define('TRACKBACK_SOURCE','Weblog:');