Removing COpywrite

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@701 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Ed Kraus 2009-11-18 04:00:20 +00:00
parent 92b23e9cd8
commit eedb94d05a
3 changed files with 47 additions and 1 deletions

42
site/copywrite.php Normal file
View 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;">&nbsp;</div>
</div>
<?php require_once('inc/footer.i'); ?>

View File

@ -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 == '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 == '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 == '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> <li<?php echo $subpage == 'credits' ? ' class="active"' : '' ?>><a href="credits.php"><?php echo getlocal("menu.credits") ?></a></li>
</ul> </ul>
</li> </li>

View File

@ -16,12 +16,15 @@ menu.features=Features
menu.download=Download menu.download=Download
menu.support=Forums menu.support=Forums
menu.ticket=Support 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 home.title=Home
submenu.title=<b>More</b> submenu.title=<b>More</b>
partners.title=<b>partners</b> partners.title=<b>partners</b>
languages.title=<b>languages</b> languages.title=<b>languages</b>
sidebar.quicknav=Quick <b>Navigation</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. 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.