From 3e30422cdae3cc45f44c3039c2d38b99121dd9e9 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 1 Mar 2015 20:25:43 +0100 Subject: Only one pattern for LiipTheme Others patterns aren't required (but I think it's still important to have them around) --- app/config/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app') diff --git a/app/config/config.yml b/app/config/config.yml index b751c0bb..367aa276 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -136,11 +136,11 @@ liip_theme: autodetect_theme: wallabag_core.helper.detect_active_theme path_patterns: - app_resource: - - %%app_path%%/views/themes/%%current_theme%%/%%template%% - - %%app_path%%/views/%%template%% + # app_resource: + # - %%app_path%%/views/themes/%%current_theme%%/%%template%% + # - %%app_path%%/views/%%template%% bundle_resource: - %%bundle_path%%/Resources/views/themes/%%current_theme%%/%%template%% - bundle_resource_dir: - - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%% - - %%dir%%/views/%%bundle_name%%/%%override_path%% + # bundle_resource_dir: + # - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%% + # - %%dir%%/views/%%bundle_name%%/%%override_path%% -- cgit v1.2.3