Example #1
0
function tpl_open()
{
    ?>
<!DOCTYPE html>
<html>
<head>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta charset=utf-8">
	<title><?php 
    \pi18n("Pastèque");
    ?>
</title>
	<link rel="icon" type="image/png" href="templates/pt2.0/img/icon.png">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/style.css">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/responsive.css">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/catalog.css">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/stock.css">
	<script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-1.9.1.min.js"></script>
	<script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-ui-1.10.4.custom.min.js"></script>
	<script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-tablesorter.min.js"></script>
	<script type="text/javascript" src="?<?php 
    echo \Pasteque\PT::URL_ACTION_PARAM;
    ?>
=img&w=js&id=js/pasteque.js.php"></script>
</head>
<body>
<div id="header">
	<div id="version"><a href="" onclick="showAbout();return false;"><?php 
    echo \i18n("About");
    ?>
</a></div>
</div>
<?php 
    tpl_menu();
    ?>

<div id="content">
<?php 
}
Example #2
0
function tpl_open()
{
    ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><?php 
    \pi18n("Pastèque");
    ?>
</title>
    <link rel="icon" type="image/png" href="templates/pt2.0/img/icon.png" />
    <link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/style.css" />
    <link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/catalog.css" />
    <link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/stock.css" />
    <link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/js/pepper-grinder/jquery-ui-1.10.4.custom.css" />
    <script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-1.9.1.min.js"></script>
    <script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-ui-1.10.4.custom.min.js"></script>
    <script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-tablesorter.min.js"></script>
    <script type="text/javascript" src="?<?php 
    echo \Pasteque\PT::URL_ACTION_PARAM;
    ?>
=img&w=js&id=js/pasteque.js.php"></script>
</head>
<body>
<div id="header">
    <div id="version"><a href="" onclick="showAbout();return false;"><?php 
    echo \i18n("About");
    ?>
</a></div>
</div>
<?php 
    tpl_menu();
    ?>

<div id="content">
<?php 
}
Example #3
0
<?php 
}
tpl_content();
?>
	
	</div>
	</div>

<?php 
if (function_exists('tpl_menu')) {
    ?>
	
	<div id="sidebar">
		<ul>
<?php 
    tpl_menu();
    ?>
		</ul>
	</div>
<?php 
}
?>
	<div style="clear: both;">&nbsp;</div>
	
   	<div class="empty_inner" style="">&#160;</div>
</div>
<div id="footer">
	<p id="legal"><a href="http://mibew.org/" class="flink">Mibew Messenger</a> <?php 
echo $version;
?>
 | (c) 2011 mibew.org</p>
Example #4
0
function tpl_open()
{
    ?>
<!DOCTYPE html>
<html>
<head>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta charset="utf-8">
	<title><?php 
    \pi18n("Pastèque");
    ?>
</title>
	<link rel="icon" type="image/png" href="templates/pt2.0/img/icon.png">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/bootstrap/css/bootstrap.min.css">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/bootstrap/css/bootstrap-datepicker.min.css">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/style.css">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/catalog.css">
	<link rel="stylesheet" type="text/css" href="<?php 
    echo get_template_url();
    ?>
/css/stock.css">
	<script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-1.9.1.min.js"></script>
	<script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-ui-1.10.4.custom.min.js"></script>
	<script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/js/jquery-tablesorter.min.js"></script>
	<script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/css/bootstrap/js/bootstrap.min.js"></script>
	<script type="text/javascript" src="<?php 
    echo get_template_url();
    ?>
/css/bootstrap/js/bootstrap-datepicker.min.js"></script>
	<script type="text/javascript" src="?<?php 
    echo \Pasteque\PT::URL_ACTION_PARAM;
    ?>
=img&w=js&id=js/pasteque.js.php"></script>
</head>
<body>
<?php 
    tpl_menu();
    ?>
<div id="content" class="container-fluid">
<?php 
}