1
0
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:
Cameron
2013-01-31 02:02:25 -08:00
parent c37b39d969
commit f425a911c4

View File

@@ -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'))