blob: f26f57ad9e61e915da446ed18d0d61d783dce3f0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="gLocalImportAdmin">
<h2>
<?= t("Local Import Admininstration") ?>
</h2>
<div id="gAuthorizedPath">
<?= $path_list ?>
</div>
<?= $add_form ?>
</div>
|