Ignore:
Timestamp:
Sep 3, 2014, 11:02:07 AM (10 years ago)
Author:
plg
Message:

feature 3133: add colorscheme parameter for themes. This way we can use the
appropriate CSS for selectize (and other things)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/include/add_album.inc.tpl

    r28806 r29389  
    22{include file='include/colorbox.inc.tpl' load_mode=$load_mode}
    33
    4 {assign var="selectizeTheme" value=($themeconf.name=='roma')|ternary:'dark':'default'}
    54{combine_script id='jquery.selectize' load='footer' path='themes/default/js/plugins/selectize.min.js'}
    6 {combine_css id='jquery.selectize' path="themes/default/js/plugins/selectize.`$selectizeTheme`.css"}
     5{combine_css id='jquery.selectize' path="themes/default/js/plugins/selectize.{$themeconf.colorscheme}.css"}
    76
    87{combine_script id='addAlbum' load=$load_mode path='admin/themes/default/js/addAlbum.js'}
Note: See TracChangeset for help on using the changeset viewer.