summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index 8d8972f..98c832f 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -149,6 +149,7 @@ if ($pkg['tabs'] <> "") {
}
?>
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tabcont">
@@ -215,6 +216,7 @@ if ($pkg['tabs'] <> "") {
</td>
</tr>
</table>
+</div>
<?php
if ($pkg['tabs'] <> "") {
@@ -224,5 +226,11 @@ if ($pkg['tabs'] <> "") {
</form>
<?php include("fend.inc"); ?>
+
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
+</script>
+
</body>
</html>
OpenPOWER on IntegriCloud