mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
nextprev BC code updated to use bootstrap button style
This commit is contained in:
@@ -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'))
|
||||
|
Reference in New Issue
Block a user