missing rss icon
ralfvk - February 19, 2009 - 07:51
| Project: | art4 blue |
| Version: | 5.x-3.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | ralfvk |
| Status: | needs work |
Jump to:
Description
Even the rss feeds are activated for a node art4blue does not show them.
I like that theme, but it would be great to have the rss icon to be shown.
Is there a way to adjust the code and if yes how ?!

#1
I figured it out by myself now...
Just add the following line to the page.tpl.php:
<?php print $help ?><?php print $messages ?>
<?php print $content; ?>
add this line>>>: <?php print $feed_icons; ?>