aboutsummaryrefslogtreecommitdiffstats
path: root/app/core/layouts/content-with-header
diff options
context:
space:
mode:
Diffstat (limited to 'app/core/layouts/content-with-header')
-rw-r--r--app/core/layouts/content-with-header/content-with-header.html5
-rw-r--r--app/core/layouts/content-with-header/content-with-header.less3
2 files changed, 8 insertions, 0 deletions
diff --git a/app/core/layouts/content-with-header/content-with-header.html b/app/core/layouts/content-with-header/content-with-header.html
new file mode 100644
index 0000000..286cef5
--- /dev/null
+++ b/app/core/layouts/content-with-header/content-with-header.html
@@ -0,0 +1,5 @@
+<div id="layout-content-with-header" class="template-layout">
+
+ <div id="content" ui-view="content"></div>
+
+</div>
diff --git a/app/core/layouts/content-with-header/content-with-header.less b/app/core/layouts/content-with-header/content-with-header.less
new file mode 100644
index 0000000..82ad274
--- /dev/null
+++ b/app/core/layouts/content-with-header/content-with-header.less
@@ -0,0 +1,3 @@
+#layout-content-with-header {
+ /*background: url('images/top.jpg') no-repeat 0 0;*/
+}