1
0
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:
Andrew Dolgov
2012-12-23 23:36:07 +04:00
parent 8dcb2b4762
commit 6cbe53c9f5
7 changed files with 216 additions and 178 deletions

View File

@@ -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">