Changeset 1551 in ExiteCMS


Ignore:
Timestamp:
07/27/08 18:54:58 (4 years ago)
Author:
root
Message:

Changed depending on the formatter to detect and create a link to directly creating links. These is valid data from the wiki page table!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/actions/mostvisited.php

    r1447 r1551  
    8989                $str .= "\t\t<td class='tbl2' align=\"right\">".$i."</td>\n"; 
    9090            } 
    91             $str .= "\t\t<td class='tbl1'>".$this->Format($pag)."</td>\n"; 
     91            $str .= "\t\t<td class='tbl1'>".$this->Link($pag)."</td>\n"; 
    9292            if ($show_owner) 
    9393            { 
Note: See TracChangeset for help on using the changeset viewer.