[go: up one dir, main page]

Menu

#305 Administration lang string 2.3.x GUI

XOOPS_2.x
closed
trabis
Core (214)
5
2012-09-25
2008-12-10
mowaffak
No

Can convert 'Administration' to lang string by add:

define("XOOPS_ADMINISTRATION", "Administration");

to global.php lang file, then replace:

<title>'.htmlspecialchars($xoopsConfig<span>['sitename']</span>).' Administration</title>

with:

<title>'.htmlspecialchars($xoopsConfig<span>['sitename']</span>).' '.XOOPS_ADMINISTRATION.'</title>

in the following files:

modules/system/admin/tplsets/main.php
modules/system/class/gui/default/cp_functions.php
modules/system/class/gui/default/default.php
modules/system/class/gui/legacy/cp_functions.php

Discussion

  • arabxoops

    arabxoops - 2009-03-01

    Added to XOOPS 2.3.3 RC

     
  • trabis

    trabis - 2009-07-04

    Added to SVN and waiting review. New language definitation was added to system/language/english/cpanel.php.

     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     

Log in to post a comment.