diff --git a/config.php-sample b/config.php-sample index 19d0390..7934b6e 100644 --- a/config.php-sample +++ b/config.php-sample @@ -44,5 +44,3 @@ $config_ext[] = [ 'user' => 'ipreg', 'pass' => 'topsecret'] ]; - -?> diff --git a/tpl/node.tpl b/tpl/node.tpl index 01a3ac9..559223c 100644 --- a/tpl/node.tpl +++ b/tpl/node.tpl @@ -13,7 +13,7 @@
| + | {$lang_ip} | diff --git a/tpl/user.tpl b/tpl/user.tpl index ee107d9..b887567 100644 --- a/tpl/user.tpl +++ b/tpl/user.tpl @@ -38,13 +38,13 @@ |
{if in_array('add', $user.role)}
-
+
{/if}
{if in_array('edit', $user.role)}
-
+
{/if}
{if in_array('delete', $user.role)}
-
+
{/if}
{if in_array('manage', $user.role)}
|