예제 #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);
 }