From: <txm...@us...> - 2015-03-27 12:21:25
|
Revision: 13027 http://sourceforge.net/p/xoops/svn/13027 Author: txmodxoops Date: 2015-03-27 12:21:24 +0000 (Fri, 27 Mar 2015) Log Message: ----------- Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/class/pagenav.php Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/class/pagenav.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/class/pagenav.php 2015-03-27 09:43:23 UTC (rev 13026) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/class/pagenav.php 2015-03-27 12:21:24 UTC (rev 13027) @@ -197,7 +197,7 @@ $xoopsTpl->assign('onchange', "location=this.options[this.options.selectedIndex].value;"); $xoopsTpl->assign('pagination_select', true); $xoopsTpl->assign('showbutton', $showbutton); - $xoopsTpl->assign('align', ' pagination-' . $align); + $xoopsTpl->assign('align', ' pull-' . $align); $ret = $xoopsTpl->fetch('db:system_pagenav.html'); $xoopsTpl->clear_assign('xo_select'); return $ret; |