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)} - {$lang_user_role_add} + {$lang_user_role_add} {/if} {if in_array('edit', $user.role)} - {$lang_user_role_edit} + {$lang_user_role_edit} {/if} {if in_array('delete', $user.role)} - {$lang_user_role_delete} + {$lang_user_role_delete} {/if} {if in_array('manage', $user.role)} {$lang_user_role_manage}