mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-23 05:40:30 +03:00
Removing COpywrite
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@701 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
92b23e9cd8
commit
eedb94d05a
42
site/copywrite.php
Normal file
42
site/copywrite.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
$page = 'home';
|
||||
$subpage = 'copywrite';
|
||||
require_once('libs/common.php');
|
||||
start_html_output();
|
||||
$title = getlocal("copywrite.title");
|
||||
require_once('inc/header.i');
|
||||
require_once('inc/menu.i');
|
||||
?>
|
||||
|
||||
<div id="page">
|
||||
<div id="content">
|
||||
<div class="box1">
|
||||
<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
|
||||
</div>
|
||||
<div class="post">
|
||||
<h2 class="title"><?php echo getlocal("copywrite.title") ?></h2>
|
||||
<div class="entry">
|
||||
<? echo getlocal("copywrite.text") ?>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end content -->
|
||||
<!-- start sidebar -->
|
||||
<div id="sidebar">
|
||||
<ul>
|
||||
<?php
|
||||
require_once('inc/main.i');
|
||||
require_once('inc/locales.i');
|
||||
?>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- end sidebar -->
|
||||
<div style="clear: both;"> </div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php require_once('inc/footer.i'); ?>
|
@ -4,6 +4,7 @@
|
||||
<li<?php echo $subpage == 'news' ? ' class="active"' : '' ?>><a href="index.php"><?php echo getlocal("menu.news") ?></a></li>
|
||||
<li<?php echo $subpage == 'contacts' ? ' class="active"' : '' ?>><a href="contact.php"><?php echo getlocal("menu.contacts") ?></a></li>
|
||||
<li<?php echo $subpage == 'terms' ? ' class="active"' : '' ?>><a href="license.php"><?php echo getlocal("menu.terms") ?></a></li>
|
||||
<li<?php echo $subpage == 'copywrite' ? 'class="active" ' : '' ?>><a href=copywrite.php><?php echo getlocal("menu.copywrite") ?> </a></li>
|
||||
<li<?php echo $subpage == 'credits' ? ' class="active"' : '' ?>><a href="credits.php"><?php echo getlocal("menu.credits") ?></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -16,12 +16,15 @@ menu.features=Features
|
||||
menu.download=Download
|
||||
menu.support=Forums
|
||||
menu.ticket=Support
|
||||
menu.copywrite=Remove Copywrite
|
||||
copywrite.text=To have the Copywrite removed, <a href="http://mibew.org/contact.php" > Contact us </a>
|
||||
|
||||
home.title=Home
|
||||
submenu.title=<b>More</b>
|
||||
partners.title=<b>partners</b>
|
||||
languages.title=<b>languages</b>
|
||||
sidebar.quicknav=Quick <b>Navigation</b>
|
||||
copywrite.title=Removing Copywrite
|
||||
|
||||
head.intro=<strong>Mibew Messenger</strong> (also known as <b>Open Web Messenger</b>) is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user