source: extensions/Mail_supervisor/admin/header_2_2.tpl @ 10179

Last change on this file since 10179 was 10179, checked in by cljosse, 13 years ago

[extensions] mail_supervisor fix bug with theme: clear/roma

File size: 653 bytes
Line 
1{combine_script id="jquery" path= $ROOT_URL|@cat:$path_js|@cat:"jquery.min.js" }
2{combine_script id="jquery.cluetip" path=$ROOT_URL|@cat:$path_js|@cat:"plugins/jquery.cluetip.js" require="jquery"}
3{combine_script id="my_script" path= $MAIL_SUPERV_PATH|@cat:"include/Scripts.js" }
4
5<input id="action_spam" name="action_spam" type="hidden" value="{$action_spam}" />
6{if $theme=='clear'}{combine_css path= $MAIL_SUPERV_PATH|@cat:'admin/clear/theme.css'}{/if}
7{if $theme=='roma'}{combine_css path= $MAIL_SUPERV_PATH|@cat:'admin/roma/theme.css'}{/if}
8{if $theme=='default'}{combine_css path= $MAIL_SUPERV_PATH|@cat:'admin/clear/theme.css'}{/if}
9
Note: See TracBrowser for help on using the repository browser.