Ignore:
Timestamp:
Dec 17, 2013, 11:22:53 PM (11 years ago)
Author:
Miklfe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Slim/Slim.php

    r21059 r25997  
    22if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    33
    4 global $conf, $template,$smarty, $repeat;
     4global $conf, $template;
    55        $params = array_merge(unserialize($conf['Slim']));
    6        
     6        $template->assign('Slim', $params);
     7
    78       
    89       
     
    1314<link rel="stylesheet" type="text/css" href="themes/Slim/theme_black.css">
    1415
    15                 ',$smarty, $repeat);
     16                ');
    1617                };
    1718if ($params['color_theme'] == 3 )
     
    2021<link rel="stylesheet" type="text/css" href="themes/Slim/theme_grey.css">
    2122
    22                 ',$smarty, $repeat);
     23                ');
    2324                };
    2425
Note: See TracChangeset for help on using the changeset viewer.