diff --git a/templates/bulletproof/config.inc.php b/templates/bulletproof/config.inc.php
index 45efbd3a..80431271 100644
--- a/templates/bulletproof/config.inc.php
+++ b/templates/bulletproof/config.inc.php
@@ -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,
diff --git a/templates/bulletproof/entries.tpl b/templates/bulletproof/entries.tpl
index 0f328ec6..95fe1963 100644
--- a/templates/bulletproof/entries.tpl
+++ b/templates/bulletproof/entries.tpl
@@ -365,16 +365,12 @@
{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 50ff75b8..2eae4ca0 100644
--- a/templates/bulletproof/entries_archives.tpl
+++ b/templates/bulletproof/entries_archives.tpl
@@ -6,11 +6,9 @@
{foreach from=$archive.months item="month"}