1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/web_client/application/views/main.html.php

8 lines
177 B
PHP
Raw Normal View History

<?php defined('SYSPATH') OR die('No direct access allowed.'); ?>
<div id="left">
<ul id="album_tree"><?= $album_tree ?></ul>
</div>
<div id="center">
<?= $detail ?>
</div>