Files
gallery3/core/views/admin_dashboard_sidebar.html.php

15 lines
430 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="gAvailableBlocks" class="gBlock">
<form class="gBlockContent">
<fieldset>
<legend>Add Dashboard Blocks</legend>
<label for="">Available blocks</label>
<select name="" id="">
<option>Somthing</option>
<option>Somthing else</option>
</select>
</fieldset>
</form>
</div>
<?= $theme->admin_sidebar_blocks() ?>