open system/themes/charcoal/tag.php and change line 4 like this:

before:
<p class="prompt"><?php printf( _t('Displaying posts tagged: %s'),
$tag ); ?></p>
after:
<p class="prompt"><?php printf( _t('Displaying posts tagged: %s'),
Controller::get_var('tag') ); ?></p>



On Nov 26, 5:21 am, mrGTB <[EMAIL PROTECTED]> wrote:
> I'm using the lastest stable version of Habari
>
> The problem is. everytime a click a TAG WORD, the page I get taken to
> shows this error below:
>
> Undefined variable: tag in system/themes/charcoal/tag.php line 4
>
> Help is needed to fix this
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to