Points/src/Application/views/blocks/layout/base_style.tpl

15 lines
742 B
Smarty

[{$smarty.block.parent}]
[{if $oViewConf->getActiveClassName() =='d3_d3points_accountpoints'}]
[{d3modcfgcheck modid="d3points" }][{/d3modcfgcheck}]
[{if $mod_d3points}]
[{if $oModCfg_d3points->isThemeIdMappedTo('azure')}]
[{oxstyle include=$oViewConf->getModuleUrl('d3points', 'out/src/css/d3bonuspoints_azure.css')}]
[{elseif $oModCfg_d3points->isThemeIdMappedTo('flow')}]
[{oxstyle include=$oViewConf->getModuleUrl('d3points', 'out/src/css/d3bonuspoints_flow.css')}]
[{elseif $oModCfg_d3points->isThemeIdMappedTo('wave')}]
[{oxstyle include=$oViewConf->getModuleUrl('d3points', 'out/src/css/d3bonuspoints_wave.css')}]
[{else}]
[{/if}]
[{/if}]
[{/if}]