Changeset 2014 for trunk/nbm.php


Ignore:
Timestamp:
May 15, 2007, 10:23:09 PM (17 years ago)
Author:
rub
Message:

Replace some $lang by l10n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nbm.php

    r1912 r2014  
    66// | Copyright (C) 2006-2007   Ruben ARNAUD - team@phpwebgallery.net       |
    77// +-----------------------------------------------------------------------+
    8 // | branch        : BSF (Best So Far)
    9 // | file          : $RCSfile$
     8// | file          : $Id$
    109// | last update   : $Date$
    1110// | last modifier : $Author$
     
    6261else
    6362{
    64 /*  echo l10n('nbm_unknown_identifier');
    65   exit();*/
    6663  array_push($page['errors'], l10n('nbm_unknown_identifier'));
    6764}
     
    7067// | template initialization                                               |
    7168// +-----------------------------------------------------------------------+
    72 $title = $lang['nbm_item_notification'];
     69$title = l10n('nbm_item_notification');
    7370$page['body_id'] = 'theNBMPage';
    7471include(PHPWG_ROOT_PATH.'include/page_header.php');
Note: See TracChangeset for help on using the changeset viewer.