Subversion Repositories Applications.referentiel

Rev

Rev 344 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 344 Rev 387
Line 141... Line 141...
141
     * @param integer $pageID Optional pageID. If specified, links
141
     * @param integer $pageID Optional pageID. If specified, links
142
     *                for that page are provided instead of current one.
142
     *                for that page are provided instead of current one.
143
     * @return array back/pages/next/first/last/all links
143
     * @return array back/pages/next/first/last/all links
144
     * @access public
144
     * @access public
145
     */
145
     */
146
    function getLinks($pageID = null)
146
    function getLinks($pageID = null, $next_html = '')
147
    {
147
    {
148
        if ($pageID != null) {
148
        if ($pageID != null) {
149
            $_sav = $this->_currentPage;
149
            $_sav = $this->_currentPage;
150
            $this->_currentPage = $pageID;
150
            $this->_currentPage = $pageID;
Line 284... Line 284...
284
        return $links;
284
        return $links;
285
    }
285
    }
Line 286... Line 286...
286
 
286
 
287
    // }}}
287
    // }}}
288
}
-
 
289
?>
288
}
-
 
289
?>