diff --git a/bl-themes/editorial/index.php b/bl-themes/editorial/index.php new file mode 100644 index 00000000..d8f23e69 --- /dev/null +++ b/bl-themes/editorial/index.php @@ -0,0 +1,59 @@ + + + + + + + + + +
+ + +
+
+ + + + + + +
+
+ + + +
+ + +'.Theme::javascript('assets/js/ie/respond.min.js').''; + echo Theme::javascript('assets/js/main.js'); +?> + + + \ No newline at end of file diff --git a/bl-themes/editorial/languages/en_US.json b/bl-themes/editorial/languages/en_US.json new file mode 100644 index 00000000..caf05e38 --- /dev/null +++ b/bl-themes/editorial/languages/en_US.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Editorial", + "description": "" + } +} \ No newline at end of file diff --git a/bl-themes/editorial/metadata.json b/bl-themes/editorial/metadata.json new file mode 100644 index 00000000..f4a830b1 --- /dev/null +++ b/bl-themes/editorial/metadata.json @@ -0,0 +1,10 @@ +{ + "author": "n33co", + "email": "", + "website": "http://html5up.net", + "version": "1.0", + "releaseDate": "2017-05-06", + "license": "CCA 3.0", + "compatible": "2.0", + "notes": "" +} diff --git a/bl-themes/editorial/php/head.php b/bl-themes/editorial/php/head.php new file mode 100644 index 00000000..7f2f0504 --- /dev/null +++ b/bl-themes/editorial/php/head.php @@ -0,0 +1,15 @@ +'.Theme::css('assets/css/noscript.css').''; + + // Load plugins with the hook siteHead + Theme::plugins('siteHead'); +?> \ No newline at end of file diff --git a/bl-themes/editorial/php/home.php b/bl-themes/editorial/php/home.php new file mode 100644 index 00000000..4144c812 --- /dev/null +++ b/bl-themes/editorial/php/home.php @@ -0,0 +1,37 @@ + + + + + + +
+
+

Ipsum sed dolor

+
+ +
+ +
+ +

title() ?>

+

description() ?>

+ +
+ +
+
diff --git a/bl-themes/editorial/php/page.php b/bl-themes/editorial/php/page.php new file mode 100644 index 00000000..f35d3ee8 --- /dev/null +++ b/bl-themes/editorial/php/page.php @@ -0,0 +1,9 @@ +
+
+

title() ?>

+
+ + + + content() ?> +
\ No newline at end of file diff --git a/bl-themes/editorial/php/sidebar.php b/bl-themes/editorial/php/sidebar.php new file mode 100644 index 00000000..c2e5164b --- /dev/null +++ b/bl-themes/editorial/php/sidebar.php @@ -0,0 +1,77 @@ + + + + +
+
+

Ante interdum

+
+
+
+ +

Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.

+
+
+ +

Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.

+
+
+ +

Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.

+
+
+ +
+ + +
+
+

Get in touch

+
+

Sed varius enim lorem ullamcorper dolore aliquam aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin sed aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.

+ +
+ + + \ No newline at end of file