mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-31 19:27:12 +00:00
introduce old-skool theme
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
$op = $_REQUEST["op"];
|
||||
|
||||
define('SCHEMA_VERSION', 7);
|
||||
define('SCHEMA_VERSION', 8);
|
||||
|
||||
require_once "sanity_check.php";
|
||||
require_once "config.php";
|
||||
|
||||
4
schema/upgrade-1.1.5-1.1.7-mysql.sql
Normal file
4
schema/upgrade-1.1.5-1.1.7-mysql.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
insert into ttrss_themes (theme_name, theme_path) values ('Old-skool', 'compat');
|
||||
|
||||
update ttrss_version set schema_version = 8;
|
||||
|
||||
4
schema/upgrade-1.1.5-1.1.7-pgsql.sql
Normal file
4
schema/upgrade-1.1.5-1.1.7-pgsql.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
insert into ttrss_themes (theme_name, theme_path) values ('Old-skool', 'compat');
|
||||
|
||||
update ttrss_version set schema_version = 8;
|
||||
|
||||
BIN
themes/compat/images/vgrad_light.png
Normal file
BIN
themes/compat/images/vgrad_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 386 B |
BIN
themes/compat/images/vgrad_light_rev.png
Normal file
BIN
themes/compat/images/vgrad_light_rev.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
themes/compat/images/vgrad_light_rev2.png
Normal file
BIN
themes/compat/images/vgrad_light_rev2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 394 B |
1080
themes/compat/theme.css
Normal file
1080
themes/compat/theme.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user