coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: yhwhdesign on August 08, 2006, 03:12:41 AM

Title: Add link not working
Post by: yhwhdesign on August 08, 2006, 03:12:41 AM
i read and re read most of the forums that I could find on this topic, my problem is that I do not have any code on the theme.php files that allows me to edit any of the links.  Am I that stupid that Im using or opening the wrong file?  i have pasted the theme.php code below to show what im talking about.

Thanks for your time-
???

<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.8
  $Source$
  $Revision: 3116 $
  $Author: gaugau $
  $Date: 2006-06-08 00:11:54 +0200 (Do, 08 Jun 2006) $
**********************************************/

define('THEME_IS_XHTML10_TRANSITIONAL',1); // Remove this if you edit this template until
                                           // you have validated it. See docs/theme.htm.

// HTML template for template sys_menu spacer
$template_sys_menu_spacer ='<img src="themes/water_drop/images/orange_carret.gif" width="8" height="8" border="0" alt="" />';

?>
Title: Re: Add link not working
Post by: yhwhdesign on August 08, 2006, 03:14:14 AM
sorry to whom ever read my topic.. I've posted it in the wrong area.

Grrr.. sorry for the frustration.

Title: Re: Add link not working
Post by: Stramm on August 08, 2006, 06:49:01 AM
depending on what you want to edit you use either a plugin or you modify your theme.php with copying necessary code from themes/sample/theme.php to the theme.php you're actually using
Title: Re: Add link not working
Post by: Sami on August 08, 2006, 07:31:09 AM
or use custom link feature under config=>Themes settings=>Custom menu link name & Custom menu link URL
Title: Re: Add link not working
Post by: Joachim Müller on August 08, 2006, 08:01:22 AM
Moving to cpg1.4.x board.