Ignore:
Timestamp:
Feb 28, 2013, 7:19:20 AM (11 years ago)
Author:
Miklfe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Slim/Slim.php

    r19205 r21059  
    22if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    33
    4 global $conf, $template;
     4global $conf, $template,$smarty, $repeat;
    55        $params = array_merge(unserialize($conf['Slim']));
    66       
     
    1313<link rel="stylesheet" type="text/css" href="themes/Slim/theme_black.css">
    1414
    15                 ');
     15                ',$smarty, $repeat);
    1616                };
    1717if ($params['color_theme'] == 3 )
     
    2020<link rel="stylesheet" type="text/css" href="themes/Slim/theme_grey.css">
    2121
    22                 ');
     22                ',$smarty, $repeat);
    2323                };
    2424
Note: See TracChangeset for help on using the changeset viewer.