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/modules/pages/views/admin_pages_new.html.php
2011-06-12 02:17:46 -04:00

14 lines
358 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<body>
<script type="text/javascript">
$(function() {
$("textarea").htmlarea(); // Initialize all TextArea's as jHtmlArea's with default values
});
</script>
<div class="g-block">
<h1> <?= $theme->page_title ?> </h1>
<div class="g-block-content">
<?=$form ?>
</div>
</div>