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/3.0/themes/pear4gallery3/views/dynamic.html.php
2012-03-13 15:31:02 +01:00

7 lines
209 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->dynamic_top() ?>
<?/* Treat dynamic pages just lite album pages. */ ?>
<?= new View("album.html") ?>
<?= $theme->dynamic_bottom() ?>