コード例 #1
0
ファイル: pageNavigation.php プロジェクト: cwcw/cms
 /**
  * Writes the html limit # input box
  */
 function writeLimitBox()
 {
     echo mosPageNav::getLimitBox();
 }
コード例 #2
0
 /**
  * Writes the html limit # input box
  * @param string The basic link to include in the href
  */
 function writeLimitBox($link)
 {
     echo mosPageNav::getLimitBox($link);
 }