Changeset 2530 for trunk/admin/plugins_list.php
- Timestamp:
- Sep 14, 2008, 9:16:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plugins_list.php
r2299 r2530 29 29 include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php'); 30 30 31 $template->set_filenames(array('plugins' => ' admin/plugins_list.tpl'));31 $template->set_filenames(array('plugins' => 'plugins_list.tpl')); 32 32 33 33 $order = isset($_GET['order']) ? $_GET['order'] : 'name';
Note: See TracChangeset
for help on using the changeset viewer.