Hi!
I'm trying Habari 0.5.2 with the Charcoal theme, and when I try to
view a tag archive it says that tag is not defined. I checked the
tag.php file and it says:
<p class="prompt"><?php printf( _t("Displaying posts tagged: %s"),
$tag ); ?></p>
(line 4)
I changed the code to:
<p class="prompt"><?php printf( _t("Displaying posts tagged: %s"),
Controller::get_var('tag') ); ?></p>
And it works. I don't know how to put it on the trac, but I don't know
how to do it... Could someone do this for me, or at least explain me
how to change the trac?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
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-dev
-~----------~----~----~----~------~----~------~--~---