Settings.php
From ARK
Revision as of 11:52, 5 March 2008 by 85.8.189.240 (talk)
// DOCTYPE
// The doctype to use for web output
$doctype = "html \n
PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n
\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\"";
// NAV LINKS
// these links will appear in the end of the navbar
$conf_linklist =
array(
'file' => 'index.php',
'vars' => 'logout=true',
'label' => 'logout'
);
// NAV PAGES
// unless listed in this array, all pages will appear int he main nav
$conf_hide_pages =
array(
'index.php',
'record_view.php',
'contact.php',
'about.php',
'search.php',
'folder.php',
'export.php'
);