diff --git a/bl-themes/lingonberry/css/bludit.css b/bl-themes/lingonberry/css/bludit.css index c75f085d..604b38cd 100644 --- a/bl-themes/lingonberry/css/bludit.css +++ b/bl-themes/lingonberry/css/bludit.css @@ -8,8 +8,10 @@ font-size: 80%; } - - .comment-respond { display: block; +} + +.featured-media img { + min-width: 100%; } \ No newline at end of file diff --git a/bl-themes/lingonberry/index.php b/bl-themes/lingonberry/index.php index 74911768..d8263020 100644 --- a/bl-themes/lingonberry/index.php +++ b/bl-themes/lingonberry/index.php @@ -6,13 +6,20 @@ '; } else { - echo ''; + if( $Page->status() == "fixed" ) + { + echo ''; + } + elseif( $Page->status() == "published" ) + { + echo ''; + } } ?> @@ -20,19 +27,21 @@ - - +
@@ -43,26 +52,33 @@ title() ?> - +
status() == "fixed" ) + { + include(THEME_DIR_PHP.'page.php'); + } + elseif( $Page->status() == "published" ) + { + include(THEME_DIR_PHP.'post.php'); + } } ?> @@ -77,7 +93,7 @@

- Lingonberry by Anders NorenPorted by Hakim ZulkufliUp ↑ + Lingonberry by Anders Noren — Proudly Powered by BluditUp ↑

@@ -88,9 +104,9 @@ - diff --git a/bl-themes/lingonberry/php/head.php b/bl-themes/lingonberry/php/head.php index 85cacc99..53903123 100644 --- a/bl-themes/lingonberry/php/head.php +++ b/bl-themes/lingonberry/php/head.php @@ -10,12 +10,13 @@ 'css/bludit.css' )); - // JQuery from Bludit - echo Theme::jquery(); - echo Theme::js('js/jquery-migrate-1.2.1.min.js'); + echo Theme::js(array( + 'js/jquery-1.12.0.min.js', + 'js/jquery-migrate-1.2.1.min.js' + )); - echo ''; + echo ''; - // Load plugins with the hook siteHead - Theme::plugins('siteHead'); + // Load plugins with the hook siteHead + Theme::plugins('siteHead'); ?> \ No newline at end of file diff --git a/bl-themes/lingonberry/php/home.php b/bl-themes/lingonberry/php/home.php index 34dd3089..4a3946ed 100644 --- a/bl-themes/lingonberry/php/home.php +++ b/bl-themes/lingonberry/php/home.php @@ -10,14 +10,14 @@ coverImage()) { echo ' '; - } ?> + } ?>

title() ?>

diff --git a/bl-themes/lingonberry/php/page.php b/bl-themes/lingonberry/php/page.php index 6718a2dc..676b6575 100644 --- a/bl-themes/lingonberry/php/page.php +++ b/bl-themes/lingonberry/php/page.php @@ -10,47 +10,21 @@ coverImage()) { echo ' '; } ?>

title() ?>

-
- - - / - - -
content() ?> - -
- -
diff --git a/bl-themes/lingonberry/php/post.php b/bl-themes/lingonberry/php/post.php new file mode 100644 index 00000000..c679b000 --- /dev/null +++ b/bl-themes/lingonberry/php/post.php @@ -0,0 +1,67 @@ +
+
+
+ + + + +
+
+ + coverImage()) { + echo ' '; + } ?> + +

title() ?>

+ + +
+ +
+ content() ?> + +
+ +
+
+
+ +
+ + +
+ +
+ +
+ +
+
\ No newline at end of file diff --git a/bl-themes/lingonberry/php/sidebar.php b/bl-themes/lingonberry/php/sidebar.php index 95aa15c5..09bf19b4 100644 --- a/bl-themes/lingonberry/php/sidebar.php +++ b/bl-themes/lingonberry/php/sidebar.php @@ -6,7 +6,7 @@

Recent Posts