|
#1
|
|||
|
|||
|
modify a tag
Can someone tell me how to view the code for a tag?
I would like to modify the <SITE_RSS_LINK> tag so it says rss feed, instead of RSS 2.0. Thanks, Jonathan |
|
#2
|
||||
|
||||
|
includes/functions_feeds.php
[line 855]$tpl = ereg_replace("<SITE_RSS_LINK>","<a href='./index.php?x=rss'>RSS 2.0</a>",$tpl); |
|
#3
|
|||
|
|||
|
Easier than I thought.
Thanks! |
| Post Reply |
| Thread Tools | |
|
|