Page 1 of 1
Header Question
Posted: Mon May 02, 2022 7:21 pm
by WineMan
In the top right corner of my header, I have the search block and right above it is a link for Atom and RSS. How do I delete them? I can't seem to find where the code is to remove them. See attached screen shot.

- header.png (9.15 KiB) Viewed 11859 times
Re: Header Question
Posted: Mon May 02, 2022 8:23 pm
by Madekozu
Are you lucky that my crystal ball is working right now and I can see which theme you are using
Locate the /fp-interface/themes/atog/header.tpl file and make a backup of it
In the file you will find these two lines
Code: Select all
<a href="{$smarty.const.BLOG_BASEURL}?x=feed:rss2"><i class="fa fa-rss"></i> RSS</a> |
<a href="{$smarty.const.BLOG_BASEURL}?x=feed:atom"></i> Atom</a><br>
Just delete these two lines, then the links should be gone. Maybe clear the cache first.
Small note: the theme does not work on mobile phones
Re: Header Question
Posted: Mon May 02, 2022 8:33 pm
by WineMan
Thank you...I was just going to post that I found the code to remove them.