diff --git a/templates/bulletproof/UTF-8/lang_de.inc.php b/templates/bulletproof/UTF-8/lang_de.inc.php
index 1d88b2d5..52b2e270 100644
--- a/templates/bulletproof/UTF-8/lang_de.inc.php
+++ b/templates/bulletproof/UTF-8/lang_de.inc.php
@@ -1,6 +1,7 @@
'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,
diff --git a/templates/bulletproof/entries.tpl b/templates/bulletproof/entries.tpl
index 922121d4..db5b68e9 100644
--- a/templates/bulletproof/entries.tpl
+++ b/templates/bulletproof/entries.tpl
@@ -317,12 +317,16 @@
{if $template_option.prev_next_style == 'texticon'}
{if $template_option.colorset == 'blank'}
{$CONST.NEXT_PAGE}
+ {elseif $template_option.deficons == 'true'}
+ {$CONST.NEXT_PAGE}
{else}
{$CONST.NEXT_PAGE}
{/if}
{elseif $template_option.prev_next_style == 'icon'}
{if $template_option.colorset == 'blank'}
+ {elseif $template_option.deficons == 'true'}
+
{else}
{/if}
diff --git a/templates/bulletproof/entries_archives.tpl b/templates/bulletproof/entries_archives.tpl
index 3be2e731..50ff75b8 100644
--- a/templates/bulletproof/entries_archives.tpl
+++ b/templates/bulletproof/entries_archives.tpl
@@ -7,6 +7,8 @@