forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: daklay on September 28, 2005, 03:12:04 pm

Title: Extra Links
Post by: daklay on September 28, 2005, 03:12:04 pm
How do I add other links to the tops of pages. My template is rainy day if you need to know. (Like next to the login, or search buttons)
Title: Re: Extra Links
Post by: Nibbler on September 28, 2005, 03:13:36 pm
Look in your theme's theme.php file for

Code: [Select]
// HTML template for main menu
$template_main_menu1 = <<<EOT

and modify the code to suit. Copy paste the existing links to help you.
Title: Re: Extra Links
Post by: daklay on September 28, 2005, 10:11:02 pm
K, thanks, I really didn't follow what you where saying, but, I eventually figured it out :D