Changeset 2223 for trunk/popuphelp.php
- Timestamp:
- Feb 28, 2008, 3:41:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/popuphelp.php
r2138 r2223 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 7PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | file : $Id$ … … 65 65 } 66 66 67 $template->set_filename s(array('popuphelp' => 'popuphelp.tpl'));67 $template->set_filename('popuphelp','popuphelp.tpl'); 68 68 69 $template->assign _vars(69 $template->assign( 70 70 array 71 71 ( … … 77 77 // +-----------------------------------------------------------------------+ 78 78 79 $template->p arse('popuphelp');79 $template->pparse('popuphelp'); 80 80 81 81 include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset
for help on using the changeset viewer.