source: extensions/stripped_cuise_bloc/local_head.tpl @ 19224

Last change on this file since 19224 was 19222, checked in by cljosse, 11 years ago

[style stripped-cuise] create stripped-cuise-block

File size: 318 bytes
Line 
1
2{php}
3global $themeconf,$mytheme;
4$mytheme = 'themes/'.$themeconf['name'].'/';
5$mycss="theme.css.php";
6  {/php}
7<!-- stripped-cuise_bloc **LOCAL** >HEADER> {php} echo  $mytheme.$mycss ;  {/php} -->
8<link rel="stylesheet" href="{php} echo $mytheme.$mycss ; {/php}" type="text/css" /> 
9<!-- **LOCAL** >HEADER> -->
Note: See TracBrowser for help on using the repository browser.