1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

reorganize theme support; add some themeable icons; add neon theme

This commit is contained in:
Andrew Dolgov
2010-01-14 16:11:54 +03:00
parent dce46cade3
commit b97e6e0267
99 changed files with 1071 additions and 90 deletions

View File

@@ -240,7 +240,7 @@
<div id="resize-grabber"
onmouseover="enable_resize(true)" onmouseout="enable_resize(false)"
title="<?php echo __('Drag me to resize panels') ?>">
<img src="images/resize_handle_horiz.png" id="resize-handle"
<img src="<?php echo $user_theme ?>images/resize_handle_horiz.png" id="resize-handle"
onmouseover="enable_resize(true)" onmouseout="enable_resize(false)"
alt=""/>
</div>