Changeset 25997 for extensions/Slim/Slim.php
- Timestamp:
- Dec 17, 2013, 11:22:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Slim/Slim.php
r21059 r25997 2 2 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 3 3 4 global $conf, $template ,$smarty, $repeat;4 global $conf, $template; 5 5 $params = array_merge(unserialize($conf['Slim'])); 6 6 $template->assign('Slim', $params); 7 7 8 8 9 … … 13 14 <link rel="stylesheet" type="text/css" href="themes/Slim/theme_black.css"> 14 15 15 ' ,$smarty, $repeat);16 '); 16 17 }; 17 18 if ($params['color_theme'] == 3 ) … … 20 21 <link rel="stylesheet" type="text/css" href="themes/Slim/theme_grey.css"> 21 22 22 ' ,$smarty, $repeat);23 '); 23 24 }; 24 25
Note: See TracChangeset
for help on using the changeset viewer.