From f425a911c4bbd299f7b97b214863dc87ec10a75e Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 31 Jan 2013 02:02:25 -0800 Subject: [PATCH] nextprev BC code updated to use bootstrap button style --- e107_core/shortcodes/single/nextprev.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/single/nextprev.php b/e107_core/shortcodes/single/nextprev.php index faa87c77b..4019fa163 100644 --- a/e107_core/shortcodes/single/nextprev.php +++ b/e107_core/shortcodes/single/nextprev.php @@ -492,7 +492,7 @@ function nextprev_shortcode($parm = '') $np_parm['template'] = "[PREV]  [DROPDOWN]  [NEXT]"; $np_parms['prev'] = '  <<  '; $np_parms['next'] = '  >>  '; - $np_parms['np_class'] = 'tbox npbutton'; + $np_parms['np_class'] = 'tbox npbutton btn'; $np_parms['dropdown_class'] = 'tbox npdropdown'; if($cached_parms = getcachedvars('nextprev'))