<?php
// Colorsets
@define('THEME_COLORSET', 'Farbwahl');
+@define('DEF_ICONS', 'Unabhängig vom gewählten Farbset immer Standardicons verwenden');
@define('BP_COLORSET_DEF', 'leer');
@define('BP_COLORSET_OPT1', 'violett');
@define('BP_COLORSET_OPT2', 'blau');
<?php
// Colorsets
@define('THEME_COLORSET', 'Colorset');
+@define('DEF_ICONS', 'Always use default icons regardless of colorset chosen');
@define('BP_COLORSET_DEF', 'blank');
@define('BP_COLORSET_OPT1', 'purple');
@define('BP_COLORSET_OPT2', 'blue');
'default' => 'purple',\r
'select_values' => $colorsets\r
),\r
+ array(\r
+ 'var' => 'deficons',\r
+ 'name' => DEF_ICONS,\r
+ 'type' => 'radio',\r
+ 'default' => 'false',\r
+ 'radio' => array('value' => array('true', 'false'),\r
+ 'desc' => array(YES,NO))\r
+ ),\r
array(\r
'var' => 'layouttype',\r
'name' => LAYOUT_TYPE,\r
{if $template_option.prev_next_style == 'texticon'}
{if $template_option.colorset == 'blank'}
<a title="{$CONST.NEXT_PAGE}" href="{$footer_next_page}">{$CONST.NEXT_PAGE}<img alt="{$CONST.NEXT_PAGE}" title="{$CONST.NEXT_PAGE}" src="{serendipity_getFile file="img/forward.png"}" /></a>
+ {elseif $template_option.deficons == 'true'}
+ <a title="{$CONST.NEXT_PAGE}" href="{$footer_next_page}">{$CONST.NEXT_PAGE}<img alt="{$CONST.NEXT_PAGE}" title="{$CONST.NEXT_PAGE}" src="{serendipity_getFile file="img/forward.png"}" /></a>
{else}
<a title="{$CONST.NEXT_PAGE}" href="{$footer_next_page}">{$CONST.NEXT_PAGE}<img alt="{$CONST.NEXT_PAGE}" title="{$CONST.NEXT_PAGE}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_forward.png" /></a>
{/if}
{elseif $template_option.prev_next_style == 'icon'}
{if $template_option.colorset == 'blank'}
<a title="{$CONST.NEXT_PAGE}" href="{$footer_next_page}"><img alt="{$CONST.NEXT_PAGE}" src="{serendipity_getFile file="img/forward.png"}" /></a>
+ {elseif $template_option.deficons == 'true'}
+ <a title="{$CONST.NEXT_PAGE}" href="{$footer_next_page}"><img alt="{$CONST.NEXT_PAGE}" src="{serendipity_getFile file="img/forward.png"}" /></a>
{else}
<a title="{$CONST.NEXT_PAGE}" href="{$footer_next_page}"><img alt="{$CONST.NEXT_PAGE}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_forward.png" /></a>
{/if}
<ul class="archives_row">\r
{if $template_option.colorset == 'blank'}\r
<li class="archives_graph"><img src="{serendipity_getFile file="img/graph_bar_horisontal.png"}" alt="bar graph" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000" /></li>\r
+ {elseif $template_option.deficons == 'true'}\r
+ <li class="archives_graph"><img src="{serendipity_getFile file="img/graph_bar_horisontal.png"}" alt="bar graph" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000" /></li>\r
{else}\r
<li class="archives_graph"><img src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_graph_bar.png" alt="bar graph" height="10" width="{math width=100 equation="count * width / max" count=$month.entry_count max=$max_entries format="%d"}" style="border: 1px solid #000000" /></li>\r
{/if}\r
<?php\r
// Colorsets\r
@define('THEME_COLORSET', 'Farbwahl');\r
+@define('DEF_ICONS', 'Unabhängig vom gewählten Farbset immer Standardicons verwenden');\r
@define('BP_COLORSET_DEF', 'leer');\r
@define('BP_COLORSET_OPT1', 'violett');\r
@define('BP_COLORSET_OPT2', 'blau');\r
<?php\r
// Colorsets\r
@define('THEME_COLORSET', 'Colorset');\r
+@define('DEF_ICONS', 'Always use default icons regardless of colorset chosen');\r
@define('BP_COLORSET_DEF', 'blank');\r
@define('BP_COLORSET_OPT1', 'purple');\r
@define('BP_COLORSET_OPT2', 'blue');\r
{if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date}\r
{if $template_option.colorset == 'blank'}\r
<a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/back.png"}" width="12" height="12" /></a>\r
+ {elseif $template_option.deficons == 'true'}\r
+ <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/back.png"}" width="12" height="12" /></a>\r
{else}\r
<a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_back.png" width="12" height="12" /></a>\r
{/if}\r
{if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date}\r
{if $template_option.colorset == 'blank'}\r
<a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/forward.png"}" width="12" height="12" /></a>\r
+ {elseif $template_option.deficons == 'true'}\r
+ <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/forward.png"}" width="12" height="12" /></a>\r
{else}\r
<a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{$serendipityHTTPPath}templates/{$template}/img/{$template_option.colorset}_forward.png" width="12" height="12" /></a>\r
{/if}\r