<?
/*
Copyright (C)2004-2007 Matthieu Perez - hide@address.com
This file is part of PhPress.
PhPress 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.
PhPress 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 PhPress. If not, see <http://www.gnu.org/licenses/>.
*/
// light_display.php
if($zoom)
{
setcookie("zoom_ratio", "$zoom");
}
print "<TITLE>Art. $article</TITLE>";
print '
<frameset rows="46,*">
<frame src = "light_displaymenu.php?article='.$article.'" name = "light_displaymenu">
<frame src = "light_displaymain.php?article='.$article.'" name = "light_displaymain">
<noframes>
You NEED a browser supporting frames, cookies and popups to use PhPress !!
</noframes>
</frameset>';
?>