mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
proper links
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@778 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
68ec93abf6
commit
465172329b
@ -1,7 +1,7 @@
|
||||
<div class="empty_inner" style=""> </div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p id="legal"><a href="/contact.php" class="flink">Contact Us</a> | (c) 2009 mibew.org. <a href="http://www.trilexnet.com/labs">A Trilex Labs Group</a>. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a></p>
|
||||
<p id="legal"><a href="<?php echo $siteroot ?>/contact.php" class="flink">Contact Us</a> | (c) 2009 mibew.org. <a href="http://www.trilexnet.com/labs">A Trilex Labs Group</a>. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a></p>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
@ -95,7 +95,7 @@ require_once('inc/menu.i');
|
||||
<li>workarounds if some functions are disabled in php</li>
|
||||
<li>compatibility with PHP 5.3.0</li>
|
||||
</ul>
|
||||
<p><a href="download.php"><?php echo getlocal2("index.post.download", array("1.6.3")) ?></a></p>
|
||||
<p><a href="<?php echo $siteroot ?>/download.php"><?php echo getlocal2("index.post.download", array("1.6.3")) ?></a></p>
|
||||
</div>
|
||||
<div class="meta">
|
||||
<p class="byline"><?php echo getlocal2("index.post.when",array(ccdate(14,10,2009),"inspirer")) ?></p>
|
||||
@ -113,7 +113,7 @@ require_once('inc/main.i');
|
||||
<li>
|
||||
<h2><?php echo getlocal("sidebar.quicknav") ?></h2>
|
||||
<ul>
|
||||
<li><a href="features.php"><?php echo getlocal("menu.features") ?></a></li>
|
||||
<li><a href="<?php echo $siteroot ?>/features.php"><?php echo getlocal("menu.features") ?></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user