introduce old-skool theme
This commit is contained in:
parent
6d1e02a236
commit
9483421615
9 changed files with 1089 additions and 1 deletions
|
@ -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
Loading…
Reference in a new issue