Author Topic: language modification on the bottom page  (Read 2150 times)

0 Members and 1 Guest are viewing this topic.

Offline agroyal

  • Pre-Newbie
  • Posts: 5
    • View Profile
language modification on the bottom page
« on: October 23, 2010, 04:47:03 PM »
open includes/page_header.php

Find :  "cp_link" => ($user_info['user_level'] != ADMIN) ? "" : "\n<p align=\"center\">[<a href=\"".$site_sess->url(ROOT_PATH."admin/index.php")."\">Admin Control Panel</a>]</p>\n",

Change:  Admin Control Panel  to ".$lang['control_panel']."
---------------------------------------------------------------------------
open  lang/(your_language_dir)/main.php

Find : $lang['control_panel'] = "Control Panel";

Change to :  $lang['control_panel'] = " to your language text ";

Just for display text of link to Control Panel in own user language