mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 09:04:11 +03:00
dfb2102cee
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@209 c66351dc-e62f-0410-b875-e3a5c0b9693f
22 lines
333 B
PHP
22 lines
333 B
PHP
<?php
|
|
$page = 'downl';
|
|
|
|
require_once('inc/header.i');
|
|
require_once('inc/menu.i');
|
|
?>
|
|
|
|
<div id="container">
|
|
<div id="content">
|
|
<h3>Latest release</h3>
|
|
|
|
<div id="downl">
|
|
<a href="http://prdownloads.sourceforge.net/webim/webim142.zip?download">
|
|
1.4.2, October 6, 2008
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<?php require_once('inc/footer.i'); ?>
|