Changeset 12920 for trunk/install.php
- Timestamp:
- Jan 17, 2012, 10:58:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install.php
r12886 r12920 225 225 226 226 //----------------------------------------------------- template initialization 227 include( PHPWG_ROOT_PATH .'include/template.class.php');228 227 $template = new Template(PHPWG_ROOT_PATH.'admin/themes', 'clear'); 229 228 $template->set_filenames( array('install' => 'install.tpl') );
Note: See TracChangeset
for help on using the changeset viewer.