Revision [16116]

This is an old revision of DanWestLink made by DanWest on 2007-02-14 04:24:34.

 


What
Use

Installation

Code
<?php
if(is_array($vars) AND $vars <> array() ){
    if(isset($vars['title'])){
    $title = $vars['title'];
    }

    if(isset($vars['page'])) {
    $page = $vars['page'];
    }

}

if($this->HasAccess("read", $page)) {
    if(!isset($title)) $title = $page;
    $link = '[[' . $page . ' ' . $title . ']]';
    print $this->Format($link);
}


To Do
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki