Difference between revisions of "Settings.php"
From ARK
| Line 31: | Line 31: | ||
); | ); | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | [[category: Administrator]] | ||
Revision as of 11:53, 5 March 2008
// 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'
);