<?php
/*
Copyright (C) 2001-2004 ZZOSS GbR, http://www.zzoss.com
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
@version $Id: header_popup.php,v 1.5 2004/01/29 14:09:17 ordnas Exp $
@copyright Copyright © 2001-2004 ZZ/OSS GbR, http://www.zzoss.com
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
include 'theme_config.php';
ob_start();
?>
<html>
<head>
<title><?php echo $zi_theme['installer_title']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/styles.css">
<link rel="icon" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="icon" href="../themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="../themes/<?php echo $GLOBALS['ZI']['theme']; ?>/favicon.ico" type="image/x-icon">
</head>
<body>
<form method="POST" action="<?php echo $_SERVER['PHP_SELF']; ?>" enctype="multipart/form-data">
<div class="widget-popup">
<div class="header">
<div class="status">
<?php echo $zi_theme['installer_title']; ?>
</div>
</div>
<div class="body-popup<?php if(isset($_REQUEST['mode']) && $_REQUEST['mode'] == 'dev') echo '_dev'; ?>">
<div class="content">