mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-04 10:49:07 -04:00
15 lines
430 B
PHP
15 lines
430 B
PHP
|
|
<?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() ?>
|