mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 09:04:11 +03:00
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'); ?>
|