1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-03 06:17:12 +00:00

add graycube theme

This commit is contained in:
Andrew Dolgov
2006-09-30 17:33:56 +01:00
parent 6e8c65b824
commit 800a71e0f1
5 changed files with 345 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ delete FROM ttrss_user_prefs WHERE pref_name = 'DISPLAY_FOOTER';
delete FROM ttrss_prefs WHERE pref_name = 'DISPLAY_HEADER';
delete FROM ttrss_prefs WHERE pref_name = 'DISPLAY_FOOTER';
insert into ttrss_themes (theme_name, theme_path)
values ('Graycube', 'graycube');
update ttrss_version set schema_version = 11;
commit;