|
|
<p>Go to components/com_tag/views/tag/tmpl/blog.php (or preferebly use a template override).</p>
<p>Go to line 75, and change it from:</p>
<p><span class="createby"> <?php JText::printf( 'Written by');</p>
<p>into:</p>
<p><span class="createby"> <?php JText::_( 'Written by');</p>
<p> </p>
<p>Should work just fine.</p> |
IP Logged
|