PDA

View Full Version : Top Links functionality


lsb
05-17-2007, 12:31 AM
Hi all,
I do not use the Top Links functionality.
Is it possible to delete TOP LINKS from the menu bar?
I am using version 2.1.03, minimalistic template.
Greetings,
Lars

Greg
05-17-2007, 01:26 AM
Hi Lars

open Layout.php file
Find:
$menu['top-links']['caption'] = $gDirLang['top_links'];
$menu['top-links']['url'] = $config->get('mod_rewrite') ? $url.'top-links.html' : $url.'listings.php?view=top';

replace with:
//$menu['top-links']['caption'] = $gDirLang['top_links'];
//$menu['top-links']['url'] = $config->get('mod_rewrite') ? $url.'top-links.html' : $url.'listings.php?view=top';

Simon Gooffin
05-17-2007, 08:30 AM
Thanks Greg, added some points to your reputation for your fast and helpful advice

lsb
05-17-2007, 01:40 PM
Hi Greg,

as always, great service!
Thank you so much.

Simon: Give him even more points!

Greetings,
Lars

Greg
05-17-2007, 03:18 PM
You're welcome Lars :)
Thanks Simon :wink: