add theme1 with subnavigation first setup kind of ugly layout

This commit is contained in:
2015-10-12 18:09:33 +02:00
parent ea287f2305
commit a3b3536adc
8 changed files with 103 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ class Page
include Cmtool::Includes::Page
include ActiveModel::SerializerSupport
def self.layouts
%w[theme1 theme1-home]
%w[theme1 theme1-home theme1-with-subnavigation]
end
def self.suppliers_page(name, locale: :en)