pidgin/old.pidgin.im

Add a convey configuration

2021-04-06, Gary Kramlich
26d3c0d94d62
Add a convey configuration
<?php
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/downloads.inc");
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.downloaddetect.inc");
$me = $download_type;
$page['title'] = $download_types[$me]['title'];
$page['section'] = "Download";
$page['subsect'] = $download_types[$me]['subsect'];
$page['description'] = $download_types[$me]['description'];
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/header.inc");
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/version.inc");
?>
<div id="content">
<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/section.download.inc"); ?>
<div class="box_right">
<div id="main">
<h1><?php echo $page['subsect']; ?></h1>
<div class="box_download">
<?php echo $download_types[$me]['body'] ?>
</div>
</div>
</div>
</div>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/footer.inc"); ?>