Files
gallery3/modules/server_add/views/server_add_admin.html.php

11 lines
239 B
PHP
Raw Normal View History

2009-02-24 05:54:19 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="gServerAddAdmin">
<h2>
<?= t("Add From Server Admininstration") ?>
</h2>
<div id="gAuthorizedPath">
<?= $path_list ?>
</div>
<?= $add_form ?>
</div>