diff --git a/e107_core/shortcodes/single/nextprev.php b/e107_core/shortcodes/single/nextprev.php index 0427f551b..f7be74665 100644 --- a/e107_core/shortcodes/single/nextprev.php +++ b/e107_core/shortcodes/single/nextprev.php @@ -115,6 +115,13 @@ function nextprev_shortcode($parm = '') $tprefix = 'dropdown'; //$parm['amount'] = 'all'; } + + if($tprefix == 'default' && deftrue('BOOTSTRAP')) + { + $tprefix = 'bootstrap'; + } + + $tprefix .= '_'; if($parm['amount'] === 'all') diff --git a/e107_core/templates/nextprev_template.php b/e107_core/templates/nextprev_template.php index d7417ac28..b6e5d6d21 100644 --- a/e107_core/templates/nextprev_template.php +++ b/e107_core/templates/nextprev_template.php @@ -10,6 +10,9 @@ * Shortcodes are lowercase (simple parser) */ + + // XXX LEGACY DEFAULT. + $NEXTPREV_TEMPLATE['default_start'] = '