documentation_title and documentation_lnk are the same documentation_title and documentation_lnk are the same
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

documentation_title and documentation_lnk are the same

Started by krampo, July 13, 2006, 12:04:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

krampo

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

Joachim Müller

Post a link to your page. Blind guess: you are using a custom theme or a theme for an outdated version of coppermine.

krampo

http://photo.krampo.info

because it's in admin menu I can't give link to it, but I made screenshot:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fkrampo.info%2Ftmp%2Fcpg148_documentation.png&hash=7c2877b069bf3c91eac463934ed795f176d16e9f)

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.

Nibbler


                '{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.

donnoman