forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: krampo on July 13, 2006, 12:04:16 pm

Title: documentation_title and documentation_lnk are the same
Post by: krampo on July 13, 2006, 12:04:16 pm
documentation_title and documentation_lnk in cpg1.4.8 language file both shows as documentation_lnk. I guess that's a typo in template.

cpg1.4.8
language file cpg1.4.9
Title: Re: documentation_title and documentation_lnk are the same
Post by: Joachim Müller on July 13, 2006, 01:51:26 pm
Post a link to your page. Blind guess: you are using a custom theme or a theme for an outdated version of coppermine.
Title: Re: documentation_title and documentation_lnk are the same
Post by: krampo on July 13, 2006, 02:16:21 pm
http://photo.krampo.info

because it's in admin menu I can't give link to it, but I made screenshot:
(http://krampo.info/tmp/cpg148_documentation.png)

english.php
  'documentation_lnk' => 'Documentation', //cpg1.4
  'documentation_title' => 'Coppermine manual', //cpg1.4

You think it might be so, because of upgrades? I installed cpg1.3x and then at some point upgraded to cpg1.4x.
Title: Re: documentation_title and documentation_lnk are the same
Post by: Nibbler on July 13, 2006, 03:32:16 pm
Code: [Select]
                '{DOCUMENTATION_TITLE}' => $lang_gallery_admin_menu['documentation_lnk'],
                '{DOCUMENTATION_LNK}' => $lang_gallery_admin_menu['documentation_lnk'],

Needs correcting in themes.inc.php and sample theme.
Title: Re: documentation_title and documentation_lnk are the same
Post by: donnoman on August 12, 2006, 08:45:21 am
fix committed to both stable and devel.