Changeset 2015 for branches/branch-1_7/nbm.php
- Timestamp:
- May 15, 2007, 10:26:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/nbm.php
r1912 r2015 6 6 // | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net | 7 7 // +-----------------------------------------------------------------------+ 8 // | branch : BSF (Best So Far) 9 // | file : $RCSfile$ 8 // | file : $Id$ 10 9 // | last update : $Date$ 11 10 // | last modifier : $Author$ … … 62 61 else 63 62 { 64 /* echo l10n('nbm_unknown_identifier');65 exit();*/66 63 array_push($page['errors'], l10n('nbm_unknown_identifier')); 67 64 } … … 70 67 // | template initialization | 71 68 // +-----------------------------------------------------------------------+ 72 $title = $lang['nbm_item_notification'];69 $title = l10n('nbm_item_notification'); 73 70 $page['body_id'] = 'theNBMPage'; 74 71 include(PHPWG_ROOT_PATH.'include/page_header.php');
Note: See TracChangeset
for help on using the changeset viewer.