aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpl')
-rw-r--r--tpl/configure.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/configure.html b/tpl/configure.html
index 01f846cc..e4bd0760 100644
--- a/tpl/configure.html
+++ b/tpl/configure.html
@@ -28,9 +28,9 @@
28 </td> 28 </td>
29 </tr> 29 </tr>
30 <tr> 30 <tr>
31 <td valign="top"><b>Disable public links</b></td> 31 <td valign="top"><b>Hide public links</b></td>
32 <td> 32 <td>
33 <input type="checkbox" name="disablePublicLinks" id="disablePublicLinks" {if="!empty($GLOBALS['config']['DISABLE_PUBLIC_LINKS'])"}checked{/if}/><label for="disablePublicLinks">&nbsp; 33 <input type="checkbox" name="hidePublicLinks" id="hidePublicLinks" {if="!empty($GLOBALS['config']['HIDE_PUBLIC_LINKS'])"}checked{/if}/><label for="hidePublicLinks">&nbsp;
34 Do not show any links if the user is not logged in.</label> 34 Do not show any links if the user is not logged in.</label>
35 </td> 35 </td>
36 </tr> 36 </tr>