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/admin/views/admin_theme_options.html.php

15 lines
279 B
PHP
Raw Normal View History

2011-05-30 06:26:32 +00:00
<?php defined("SYSPATH") or die("No direct script access.");
/**
*/
?>
<?
$view = new View("admin_include.html");
$view->is_module = FALSE;
2011-06-10 10:36:24 +00:00
$view->name = module::get_var("gallery", "active_site_theme");
2011-05-30 06:26:32 +00:00
$view->form = $form;
$view->help = $help;
print $view;
?>