getArg('pagename'); $submenu = Template('navbar'); //group is private if (!$project->isPublic()) { //if it's a private group, you must be a member of that group session_require(array('group'=>$group_id)); } //for dead projects must be member of admin project if (!$project->isActive()) { //only SF group can view non-active, non-holding groups session_require(array('group'=>'1')); } $HTML->header(array('title'=> $group_public_name.': '.$pagename , 'pagename'=> $pagename, 'group' => $group_id, 'toptab' => 'wiki', 'css' => 'gforge.css" />'."\n".' addImageAlias('signature', WIKI_NAME . "Signature.png"); // Uncomment this next line to disable the signature. $WikiTheme->addImageAlias('signature', false); /* * Link icons. */ // $WikiTheme->setLinkIconAttr('after'); $WikiTheme->setLinkIcon('http'); $WikiTheme->setLinkIcon('https'); $WikiTheme->setLinkIcon('ftp'); $WikiTheme->setLinkIcon('mailto'); //$WikiTheme->setLinkIcon('interwiki'); //$WikiTheme->setLinkIcon('wikiuser'); //$WikiTheme->setLinkIcon('*', 'url'); $WikiTheme->setButtonSeparator("\n | "); /** * WikiWords can automatically be split by inserting spaces between * the words. The default is to leave WordsSmashedTogetherLikeSo. */ $WikiTheme->setAutosplitWikiWords(false); /** * Layout improvement with dangling links for mostly closed wiki's: * If false, only users with edit permissions will be presented the * special wikiunknown class with "?" and Tooltip. * If true (default), any user will see the ?, but will be presented * the PrintLoginForm on a click. */ $WikiTheme->setAnonEditUnknownLinks(false); /* * You may adjust the formats used for formatting dates and times * below. (These examples give the default formats.) * Formats are given as format strings to PHP strftime() function See * http://www.php.net/manual/en/function.strftime.php for details. * Do not include the server's zone (%Z), times are converted to the * user's time zone. */ $WikiTheme->setDateFormat("%d %B %Y"); $WikiTheme->setTimeFormat("%H:%M"); /* * To suppress times in the "Last edited on" messages, give a * give a second argument of false: */ //$WikiTheme->setDateFormat("%B %d, %Y", false); // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // (c-file-style: "gnu") // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: ?>