Hi, I'm trying to add a few links such as 'view all' and 'submit' to the bottom of the 'stories'-block. As I didn't manage to fix this within /includes/blocks/stories.php, I figured I'd try a workaround for this.
In the 'themesidebox' function in theme.php, I want to add something along these lines :
if ($block['bkey'] == 'stories' )
{ echo "
View all | Submit
";
}
However, this doesn't seem to work :S anyone see what I'm doing wrong? Please let me know...thanks.
Step
Posted: 08.06.2003, 06:45
rank:
Helper
registered:
May 2003
Status:
offline
last visit:
04.08.04
Posts:
223
nm - the theme.php method works fine, I had accidentally commented out some code... :S should get some sleep first next time :D