<?php
/* Murmur WebAdministrator - Administration of Murmur Server on web for end users.
Copyright (C) 2009 Kevin Traub
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// why is this in php you ask?
// because I might want to have a setting to turn off conficting javascript/ajax scripts..
//
echo "<head>";
echo "<link rel='stylesheet' type='text/css' href='style.css'>";
echo "<script src='tooltip.js' type='text/javascript'></script>";
//echo "<script src='jquery-1.2.6.min.js' type="text/javascript"></script>";
//echo "<script src='jquery.collapsor.js' type="text/javascript"></script>";
//echo "<script type='text/javascript'>";
//echo " $(function(){";
//echo " $('ul a').collapsor();";
//echo " $('dl strong').collapsor({sublevelElement:'dl', speed: 1000});";
//echo " });";
//echo "</script>";
echo "</head>";
?>