mibew/site/support.php
Evgeny Gryaznov a247cb0ee3 new site
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@394 c66351dc-e62f-0410-b875-e3a5c0b9693f
2009-02-27 17:09:09 +00:00

28 lines
573 B
PHP

<?php
$page = 'supp';
require_once('libs/common.php');
start_html_output();
require_once('inc/header.i');
require_once('inc/menu.i');
?>
<div id="container">
<div id="content">
<h3><?php echo getlocal("support.title") ?></h3>
<p>
<div id="downl">
<a href="http://openwebim.org/tutorials.php">
<?php echo getlocal("support.tutorials") ?>
</a>
<p></p>
<a href="http://openwebim.org/screenshots.php">
<?php echo getlocal("support.ScreenShots") ?>
</a>
<p></p>
<a href="http://openwebim.org/faq.php">
<?php echo ("FAQ") ?>
</a>
</div>
<?php require_once('inc/footer.i'); ?>