Tiny Tiny RSS
$user_theme = $_SESSION["theme"];
if ($user_theme) { ?>
} ?>
$user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
if ($user_css_url) { ?>
} ?>
if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { ?>
} else { ?>
} ?>
if (ENABLE_UPDATE_DAEMON && !file_is_locked("update_daemon.lock")) { ?>
Warning: Update daemon is enabled in configuration, but daemon
process is not running, which prevents all feeds from updating. Please
start the daemon process or contact instance owner.