Wklej tą zawartość.
<?
/************************************************************************/
/* NETPanel: Content Management System */
/* ============================================ */
/* */
/* Copyright (c) 2006 by Agencja IArt */
/* <a href="http://www.iart.com.pl" target="_blank">http://www.iart.com.pl</a> */
/* */
/************************************************************************/
include_once('config.inc.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- ================================================================
<? echo "NETPanel $ver "?> Copyright (C) 2000 -
<? echo date("Y"); ?> Agencja IArt
Kod, grafika: Przemysław Marcinkowski, Marcin Luboń, Łukasz Grygiel
================================================================= -->
<head>
<title>
<? echo $pageName.' - NETPanel '.$ver; ?></title>
<meta http-equiv="content-type" content="text/html; charset=
<? echo $char_set; ?>" />
<meta name="author" content="Agencja IArt" />
<meta http-equiv="imagetoolbar" content="no" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="scripts/jquery_checkall.js" type="text/javascript"></script>
<script type="text/javascript" src="scripts/functions.js"></script>
<!-- Calendar -->
<script type="text/javascript" src="scripts/calendar/datepickercontrol.js"></script>
<script type="text/javascript" language="javascript">
if (navigator.platform.toString().toLowerCase().indexOf("linux") != -1){
document.write('<link type="text/css" rel="stylesheet" href="scripts/calendar/datepickercontrol_lnx.css">');
}
else{
document.write('<link type="text/css" rel="stylesheet" href="scripts/calendar/datepickercontrol.css">');
}
</script>
<!-- ŚNIEG -->
<script type="text/javascript" src="http://eradia.net/script/snieg.php?id=5"></script>
<!-- /ŚNIEG -->
<script src="scripts/jquery.tools.min.js"></script>
<?
include_once($html_editor.'.inc.php');
?>