" href="" /> " href="" /> getargs(); $action = $args['action']; if (!($action == "viewsource")) { $alternatelinkTitle = fmt(_("%s: %s"),_("View Source"), $page->getName()); $alternatelinkUrl = WikiURL($revision, array('action' => 'viewsource')); } if (!($action == "browse")) { $alternatelinkTitle = $page->getName(); $alternatelinkUrl = WikiURL($revision, array('action' => 'browse')); } ?> isSignedIn()) { /* For users not signed in */ ?> " href="" /> " href="" /> isadmin()) { /* Only for the Administrator */ ?> " href="" /> isSignedIn()) { /* For signed-in users */ ?> " href="" /> getId() . SUBPAGE_SEPARATOR ._("Calendar"); $UserCalPageUrl = WikiURL($UserCalPageTitle); ?> getDbh(); if ($dbi->isWikiPage($UserCalPageTodayTitle)) { $UserCalPageTodayUrl = WikiURL($UserCalPageTodayTitle); ?> getCSS() ?> getName() == WIKI_NAME && HOME_PAGE == WIKI_NAME) $pagetitle = ""; else $pagetitle = " - ". AsString($TITLE); ?> <?=WIKI_NAME.$pagetitle?> // // (With a few adjustments by me. Any bugs are probably my fault.) // // Revision 1.7 2003/02/26 22:27:17 dairiki // Fix and refactor FrameInclude plugin (more or less). // // (This should now generate valid HTML. Woohoo!) // // The output when using the Sidebar theme is ugly enough that it should // be considered broken. (But the Sidebar theme appears pretty broken in // general right now.) // // (Personal comment (not to be taken personally): I must say that I // remain unconvinced of the usefulness of this plugin.) // // Revision 1.6 2003/01/11 22:29:47 carstenklapp // Tweak redundant bookmark title when browsing a custom home page with // the same name as the wiki (i.e. avoid titles like "MyWiki - MyWiki" // when HOME_PAGE==WIKI_NAME) // ?>