1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 11:27:11 +00:00

implement search in pref-filters

This commit is contained in:
Andrew Dolgov
2012-06-29 13:11:39 +04:00
parent 955d4f82ea
commit 310fa2ddef
5 changed files with 46 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
set_include_path(get_include_path() . PATH_SEPARATOR .
dirname(__FILE__) . "/include");
require_once "functions.php";
@@ -72,8 +72,11 @@
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
<?php } ?>
<?php if (!SINGLE_USER_MODE) { ?>
<a href="backend.php?op=logout"><?php echo __('Logout') ?></a>
<a href="backend.php?op=logout"><?php echo __('Logout') ?></a> |
<?php } ?>
<a href='<?php echo get_self_url_prefix() ?>/index.php?mobile=false'>
<?php echo __("Regular version") ?></a>
</div>
<span class="title">Tiny Tiny RSS</span>