121 lines
5.0 KiB
PHP
121 lines
5.0 KiB
PHP
<?php defined('SYSPATH') OR die('No direct access allowed.'); ?>
|
|
<!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">
|
|
<head>
|
|
<title><?php echo html::specialchars($title) ?></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<meta name="description" content="<?php echo html::specialchars($meta_description) ?>"/>
|
|
<meta name="keywords" content="<?php echo html::specialchars($meta_keywords) ?>"/>
|
|
<meta name="author" content="Rafał Kiedrowski - Frisson.pl"/>
|
|
|
|
<?php echo html::stylesheet('css/layout.css','screen') ?>
|
|
<?php echo html::stylesheet('css/default.css','screen') ?>
|
|
|
|
<!--[if lt IE 7]>
|
|
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
|
|
<![endif]-->
|
|
|
|
<?php echo html::script('js/swfobject.min.js') ?>
|
|
|
|
<?php echo html::script('js/jquery.min.js') ?>
|
|
<?php #echo html::script('js/jquery.pngfix.min.js') ?>
|
|
<?php echo html::script('js/jquery.jcarousellite.min.js') ?>
|
|
<?php echo html::script('js/jquery.mousewheel.min.js') ?>
|
|
<?php #echo html::script('js/jquery.lightbox.min.js') ?>
|
|
<?php #echo html::stylesheet('css/jquery.lightbox.css','screen') ?>
|
|
<?php echo html::script('js/jquery.easing.pack.js') ?>
|
|
<?php echo html::script('js/jquery.fancybox.pack.js') ?>
|
|
<?php echo html::stylesheet('css/jquery.fancybox.css','screen') ?>
|
|
|
|
<?php echo html::script('js/default.js') ?>
|
|
|
|
<?php if(isset($gmap) && isset($api_url)): ?>
|
|
<?php echo javascript::script($api_url) ?>
|
|
<?php echo javascript::tag($gmap); ?>
|
|
<?php endif; ?>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<div id="header-box">
|
|
<div id="logo">
|
|
<?php echo html::anchor('', '<strong>Centrum Copy Rzeszów - Kserokopiarki Develop</strong>', array('title' => 'Centrum Copy Rzeszów - Kserokopiarki Develop')) ?>
|
|
<div class="www" style="font-size: 14px; font-weight: bold;">Firma Fair Play</div>
|
|
<div class="tel" style="font-size: 14px;">tel. 17 863 53 91, tel. +48 506 071 640</div>
|
|
</div>
|
|
<div id="flash-frame">
|
|
<div id="flash">
|
|
<img src="/images/banner.webp" alt="Centrum Copy Rzeszów - Kserokopiarki Develop" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="col-left">
|
|
<ul id="menu-nav">
|
|
<?php foreach($menu_nav as $name => $item): ?>
|
|
<li class="<?php echo $name. ($item[0] == $active_menu ? ' active' : '') . ($item[0] == null ? ' collapsible' : '') ?>">
|
|
<?php if($item[0] == null AND is_array($item[2])) : ?>
|
|
<?php #echo html::anchor('#', '<strong>'.$item[1].'</strong>', array('title' => $item[1])) ?>
|
|
<a class="<?php echo 'toggle' ?>" title="<?php echo $item[1] ?>"><strong><?php echo $item[1] ?></strong></a>
|
|
<ul class="sub-menu">
|
|
<?php foreach($item[2] as $sub_name => $sub_item): ?>
|
|
<li class="<?php echo $sub_name. ($sub_item[0] == $active_menu ? ' active' : '') ?>">
|
|
<?php echo html::anchor($sub_item[0], '<strong>'.$sub_item[1].'</strong>', array('title' => $sub_item[1])) ?>
|
|
</li>
|
|
<?php endforeach; ?>
|
|
</ul>
|
|
<?php else :?>
|
|
<?php echo html::anchor($item[0], '<strong>'.$item[1].'</strong>', array('title' => $item[1])) ?>
|
|
<?php endif;?>
|
|
</li>
|
|
<?php endforeach; ?>
|
|
</ul>
|
|
<div id="szybki-kontakt">
|
|
<?php if ($szybki_kontakt->header): ?>
|
|
<h2><?php echo $szybki_kontakt->header ?></h2>
|
|
<?php endif;?>
|
|
<div class="text"><?php echo $szybki_kontakt->content ?></div>
|
|
</div>
|
|
</div>
|
|
<div id="col-right">
|
|
<div id="content-box">
|
|
<?php echo $content ?>
|
|
</div>
|
|
</div>
|
|
<div id="footer-box">
|
|
<div id="copyright">Copyright © 2010 <b><?php echo html::anchor('', 'centrumcopy.com.pl') ?></b></div>
|
|
<!--
|
|
<div id="created">
|
|
<?php echo html::anchor('http://www.frisson.pl', 'Projekt i realizacja', array('target' => '_blank')) ?>:
|
|
<b><?php echo html::anchor('http://www.frisson.pl', 'Frisson.pl', array('target' => '_blank', 'title' => "Strony internetowe Jasło")) ?></b>
|
|
</div>
|
|
-->
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
var flashvars = {};
|
|
var params = {
|
|
menu: "false",
|
|
bgcolor: "transparent",
|
|
wmode: "transparent"
|
|
};
|
|
var attributes = {};
|
|
swfobject.embedSWF("/flash/centrumcopy.swf", "flash", "619", "197", "9.0.0","/flash/expressInstall.swf", flashvars, params, attributes);
|
|
</script>
|
|
<?php if(isset($message) && $message): ?>
|
|
<?php echo javascript::open() ?>
|
|
<?php echo javascript::alert($message) ?>
|
|
<?php echo javascript::close() ?>
|
|
<?php endif; ?>
|
|
<?php if(constant('IN_PRODUCTION') AND $google_analytics): ?>
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("<?php echo $google_analytics ?>");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
<?php endif; ?>
|
|
</body>
|
|
</html>
|