Wikka : DanWestLink

HomePage :: Categories :: Index :: Changes :: Comments :: Documentation :: Blog :: Login/Register

See Also

PageCloaking

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


CategoryUserContributions
There are no comments on this page. [Add comment]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0949 seconds