Ignore:
Timestamp:
Nov 29, 2012, 1:47:34 PM (11 years ago)
Author:
cljosse
Message:

[style] Gally-cuise fix compatibility with 2.4 (gally-grum-dark-II)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-cuise/local_head.tpl

    r19131 r19217  
     1
     2{php}
     3global $themeconf,$mytheme;
     4$mytheme = 'themes/'.$themeconf['name'].'/';
     5$mycss="theme.css.php";
     6  {/php}
     7<!-- gally-cuise **LOCAL** >HEADER> {php} echo  $mytheme.$mycss ;  {/php} -->
     8 <link rel="stylesheet" href="{php} echo  $mytheme.$mycss ;  {/php}"  type="text/css" />
    19<!-- **LOCAL** >HEADER> -->
    2  <style type="text/css">
    3 {php} 
    4 include('themes/gally-cuise/css/cuise_theme.css.php');
    5 {/php}
    6 </style>
    7 <!-- **LOCAL** >HEADER> -->
Note: See TracChangeset for help on using the changeset viewer.