[Fixed]: Langauge hard-coded in keyword.inc.php [Fixed]: Langauge hard-coded in keyword.inc.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Fixed]: Langauge hard-coded in keyword.inc.php

Started by Djamil, May 19, 2008, 05:21:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Djamil

Hi there,

please forgive for not posting in the "cpg1.4 language"-board but I have no permission to post there.

I noticed a piece of hard-coded language in the a.m. file, it is in row 63:

echo '<a href="keywordmgr.php" class="admin_menu">Edit Keywords</a>';


I changed it to

echo '<a href="keywordmgr.php" class="admin_menu">' . $lang_search_php['edit_keywords'] . '</a>';


to fix it. Maybe it's of help for the one or other who wonders why that button refuses to show up in their preferred language ;-)

Have a nice evening,

Djamil

Joachim Müller

Thanks for the report. Moving accordingly.

Joachim Müller

Fixed in SVN for cpg1.4.x and cpg1.5.x. Will go into cpg1.4.19 and cpg1.5.0.