introduce old-skool theme
This commit is contained in:
parent
6d1e02a236
commit
9483421615
|
@ -16,7 +16,7 @@
|
|||
|
||||
$op = $_REQUEST["op"];
|
||||
|
||||
define('SCHEMA_VERSION', 7);
|
||||
define('SCHEMA_VERSION', 8);
|
||||
|
||||
require_once "sanity_check.php";
|
||||
require_once "config.php";
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
insert into ttrss_themes (theme_name, theme_path) values ('Old-skool', 'compat');
|
||||
|
||||
update ttrss_version set schema_version = 8;
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
insert into ttrss_themes (theme_name, theme_path) values ('Old-skool', 'compat');
|
||||
|
||||
update ttrss_version set schema_version = 8;
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 386 B |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 394 B |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue