mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-03 18:29:09 -04:00
admin.html.php looks for $sidebar and renders the page appropriately if one exists. But only admin_dashboard has one currently.
3 lines
103 B
PHP
3 lines
103 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?= $theme->admin_dashboard_blocks() ?>
|