Make theme configurable from config module (#409)

Add symlink to bower_components in Docker dev environment (#616)
Move header_debug content back into header view
This commit is contained in:
jekkos
2016-08-10 18:58:17 +02:00
parent 75567b9620
commit 059ec54c72
50 changed files with 45311 additions and 42471 deletions

View File

@@ -78,7 +78,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('smtp_port', '465'),
('smtp_timeout', '5'),
('smtp_crypto', 'ssl'),
('receipt_template', 'receipt_default');
('receipt_template', 'receipt_default'),
('theme', 'flatly');
-- --------------------------------------------------------