blob: 32386f5d83b85d34bf72bd94f0b535d2a4972978 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1> <?= t("Arrange Sidebar") ?> </h1>
<p>
<?= t("Select and drag blocks from the available column to the active column to add to the sidebar; remove by dragging the other way.") ?>
</p>
<div id="gSiteBlocks">
</div>
|