diff --git a/themes/default/views/pageFormat/menuBar.php b/themes/default/views/pageFormat/menuBar.php index de760971f6..f3939fda2e 100644 --- a/themes/default/views/pageFormat/menuBar.php +++ b/themes/default/views/pageFormat/menuBar.php @@ -1,10 +1,37 @@ request->config->get('menu_color'); +/* ---------------------------------------------------------------------- + * views/pageFormat/menuBar.php : + * ---------------------------------------------------------------------- + * CollectiveAccess + * Open-source collections management software + * ---------------------------------------------------------------------- + * + * Software by Whirl-i-Gig (http://www.whirl-i-gig.com) + * Copyright 2008-2021 Whirl-i-Gig + * + * For more information visit http://www.CollectiveAccess.org + * + * This program is free software; you may redistribute it and/or modify it under + * the terms of the provided license as published by Whirl-i-Gig + * + * CollectiveAccess is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTIES whatsoever, including any implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + * This source code is free and modifiable under the terms of + * GNU General Public License. (http://www.gnu.org/copyleft/gpl.html). See + * the "license.txt" file for details, or visit the CollectiveAccess web site at + * http://www.CollectiveAccess.org + * + * ---------------------------------------------------------------------- + */ + +$menu_color = $this->request->config->get('menu_color'); ?>
-
+
- + -
    - getVar('nav')->getHTMLMenuBar('menuBar', $this->request); -?> +
      + getVar('nav')->getHTMLMenuBar('menuBar', $this->request); ?>