Einzelnen Beitrag anzeigen
  #3  
Alt 28.03.08, 09:25
Silver Silver ist offline
Forum Stammgast
 
Registriert seit: 19.09.07
Beiträge: 197
Daumen hoch Top!

danke schön schon mal für den code!
aber ein frage hab ich noch... was passiert denn hier genau?
PHP-Code:
# Pages 
        
for($a=$startPage$a<$endPage$a++)    { 
            if (
$a == $pointer) { 
                
$links[]=
                        <td'
.($pointer==$a?$this->pi_classParam('browsebox-SCell':sad:'').' nowrap="nowrap"><p>'
                    
$this->pi_getLL('pi_list_browseresults_page','Page',TRUE). ' <span class="tx_feuseradmin_currentpage">'.($a+1) . '</span>'
                    
'</p></td>'
            } 
            else { 
                
$links[]=
                        <td'
.($pointer==$a?$this->pi_classParam('browsebox-SCell':sad:'').' nowrap="nowrap"><p>'
                    
$this->pi_linkTP_keepPIvarstrim$this->pi_getLL('pi_list_browseresults_page','Page',TRUE).' '.($a+1)), array('pointer'=>$a), $this->typolink_conf["useCacheHash"]). 
                    
'</p></td>'
            } 
bzw für was is der code denn genau bestimmt? tt_news?
Mit Zitat antworten