Bulletproof: Removed deficons theme option.
This commit is contained in:
parent
7b169969d6
commit
afdfd95f12
@ -31,14 +31,6 @@ $template_config = array(
|
||||
'default' => 'purple',
|
||||
'select_values' => $colorsets
|
||||
),
|
||||
array(
|
||||
'var' => 'deficons',
|
||||
'name' => DEF_ICONS,
|
||||
'type' => 'radio',
|
||||
'default' => 'false',
|
||||
'radio' => array('value' => array('true', 'false'),
|
||||
'desc' => array(YES,NO))
|
||||
),
|
||||
array(
|
||||
'var' => 'layouttype',
|
||||
'name' => LAYOUT_TYPE,
|
||||
|
@ -365,16 +365,12 @@
|
||||
{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}
|
||||
|
@ -6,11 +6,9 @@
|
||||
{foreach from=$archive.months item="month"}
|
||||
<ul class="archives_row">
|
||||
{if $template_option.colorset == 'blank'}
|
||||
<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>
|
||||
{elseif $template_option.deficons == 'true'}
|
||||
<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>
|
||||
<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>
|
||||
{else}
|
||||
<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>
|
||||
<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>
|
||||
{/if}
|
||||
<li class="archives_date">{$month.date|@formatTime:"%B"}</li>
|
||||
<li class="archives_count">{$month.entry_count} {$CONST.ENTRIES}</li>
|
||||
|
@ -5,8 +5,6 @@
|
||||
{if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date}
|
||||
{if $template_option.colorset == 'blank'}
|
||||
<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>
|
||||
{elseif $template_option.deficons == 'true'}
|
||||
<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>
|
||||
{else}
|
||||
<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>
|
||||
{/if}
|
||||
@ -23,8 +21,6 @@
|
||||
{if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date}
|
||||
{if $template_option.colorset == 'blank'}
|
||||
<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>
|
||||
{elseif $template_option.deficons == 'true'}
|
||||
<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>
|
||||
{else}
|
||||
<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>
|
||||
{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user