| <?php |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ?> |
| |
| |
| <?php |
| if (!$downloads_list->isEmpty()) : ?> |
| |
| <h3 id="downloadsTitle"><span><?php tpl::lang('On downloads') ?></span></h3> |
| |
| <?php |
| while ($downloads_list->fetch()) : ?> |
| |
| <h4><span><a href="<?php download::listUrl() ?>"><?php download::listTitle() ?></a></span></h4> |
| <div class="downloadsContent"><?php download::listContent() ?></div> |
| |
| <?php |
| endwhile; ?> |
| |
| <br/> |
| <?php endif; ?> |