mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
add instances plugin
This commit is contained in:
10
prefs.php
10
prefs.php
@@ -120,12 +120,10 @@
|
||||
href="backend.php?op=pref-users"
|
||||
title="<?php echo __('Users') ?>"></div>
|
||||
<?php } ?>
|
||||
<?php if ($_SESSION["access_level"] >= 10 || SINGLE_USER_MODE) { ?>
|
||||
<div id="instanceConfigTab" dojoType="dijit.layout.ContentPane"
|
||||
href="backend.php?op=pref-instances"
|
||||
title="<?php echo __('Linked') ?>"></div>
|
||||
<?php } ?>
|
||||
|
||||
<?php
|
||||
$pluginhost->run_hooks($pluginhost::HOOK_PREFS_TABS,
|
||||
"hook_prefs_tabs", false);
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
|
||||
|
||||
Reference in New Issue
Block a user