Exemplo n.º 1
0
 /**
  * Writes the html limit # input box
  */
 function writeLimitBox()
 {
     echo mosPageNav::getLimitBox();
 }
Exemplo n.º 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);
 }