[xoops-cvslog 4995] CVS update: xoops2jp/html/core

Back to archive index

Minahito minah****@users*****
2006年 10月 13日 (金) 18:59:16 JST


Index: xoops2jp/html/core/XCube_PageNavigator.class.php
diff -u xoops2jp/html/core/XCube_PageNavigator.class.php:1.1.2.6 xoops2jp/html/core/XCube_PageNavigator.class.php:1.1.2.7
--- xoops2jp/html/core/XCube_PageNavigator.class.php:1.1.2.6	Fri Oct 13 13:56:49 2006
+++ xoops2jp/html/core/XCube_PageNavigator.class.php	Fri Oct 13 18:59:16 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_PageNavigator.class.php,v 1.1.2.6 2006/10/13 04:56:49 minahito Exp $
+ * @version $Id: XCube_PageNavigator.class.php,v 1.1.2.7 2006/10/13 09:59:16 minahito Exp $
  */
 
 define('XCUBE_PAGENAVI_START', 1);
@@ -10,6 +10,7 @@
 define('XCUBE_PAGENAVI_SORT', 1);
 define('XCUBE_PAGENAVI_PAGE', 4);
 
+define('XCUBE_PAGENAVI_DEFAULT_PERPAGE', 20);
 
 /**
  * This is a utility class which acquires page navigation informations
@@ -40,7 +41,7 @@
 	 * Per page.
 	 * @var int
 	 */
-	var $mPerpage = 5;
+	var $mPerpage = XCUBE_PAGENAVI_DEFAULT_PERPAGE;
 	
 	/**
 	 * Flag indicating whether this class receives the perpage value specified


xoops-cvslog メーリングリストの案内
Back to archive index