Revision [15936]

This is an old revision of DanWest made by DanWest on 2007-01-19 03:24:03.

 

Dan West


Just wanted a userid to look at stuff you need a userid to look at.... Huh?

antelopesoccer.com home page Uses wikka

Some "Extensions" I did.

I know this has been done, the it's another twist.
File header.php
		$NavPage = $this->LoadPage("NavigationLinks");
		if(ereg(":" . $this->page["tag"] . ": ([^\n]*)\n", $NavPage['body'], $match)) {
			echo $this->Format($match[1] . (($this->GetUser())? " [[AdminPage Admin]]" : " "));
		} else if ($this->GetUser()) {
			echo $this->config["logged_in_navigation_links"] ? $this->Format($this->config["logged_in_navigation_links"])."" : ""; 
			//echo "You are ".$this->Format($this->GetUserName());
		} else { 
			echo $this->config["navigation_links"] ? $this->Format($this->config["navigation_links"]) : ""; 
		} 


Admin Registration

There are 2 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki