inc/header.inc.php
changeset 136 c795dd75a77e
parent 126 cb06e3e29ed8
child 144 ad667d767a0a
equal deleted inserted replaced
135:3673b1c9246c 136:c795dd75a77e
    17  *
    17  *
    18  *  You should have received a copy of the GNU General Public License
    18  *  You should have received a copy of the GNU General Public License
    19  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    19  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    20  */
    20  */
    21 
    21 
    22 global $STYLE;
    22 global $iface_style;
    23 
    23 
    24 echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n";
    24 echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n";
    25 echo "<html>\n";
    25 echo "<html>\n";
    26 echo " <head>\n";
    26 echo " <head>\n";
    27 echo "  <title>Poweradmin</title>\n";
    27 echo "  <title>Poweradmin</title>\n";
    28 echo "  <link rel=stylesheet href=\"style/" . $STYLE . ".inc.php\" type=\"text/css\">\n";
    28 echo "  <link rel=stylesheet href=\"style/" . $iface_style . ".inc.php\" type=\"text/css\">\n";
    29 echo " </head>\n";
    29 echo " </head>\n";
    30 echo " <body>\n";
    30 echo " <body>\n";
    31 
    31 
    32 if(file_exists('inc/custom_header.inc.php')) {
    32 if(file_exists('inc/custom_header.inc.php')) {
    33 	include('inc/custom_header.inc.php');
    33 	include('inc/custom_header.inc.php');