diff --git a/bl-themes/bootstrapTheme/css/01-style.css b/bl-themes/bootstrapTheme/css/01-style.css deleted file mode 100755 index 9129899e..00000000 --- a/bl-themes/bootstrapTheme/css/01-style.css +++ /dev/null @@ -1,4 +0,0 @@ -.site-logo { - max-width: 100%; - height: auto; -} \ No newline at end of file diff --git a/bl-themes/bootstrapTheme/css/02-helpers.css b/bl-themes/bootstrapTheme/css/02-helpers.css deleted file mode 100644 index e69de29b..00000000 diff --git a/bl-themes/bootstrapTheme/img/favicon.png b/bl-themes/bootstrapTheme/img/favicon.png deleted file mode 100644 index 5d48f53f..00000000 Binary files a/bl-themes/bootstrapTheme/img/favicon.png and /dev/null differ diff --git a/bl-themes/bootstrapTheme/img/popeye.png b/bl-themes/bootstrapTheme/img/popeye.png deleted file mode 100644 index 18c7a774..00000000 Binary files a/bl-themes/bootstrapTheme/img/popeye.png and /dev/null differ diff --git a/bl-themes/bootstrapTheme/index.php b/bl-themes/bootstrapTheme/index.php deleted file mode 100755 index c83b00ea..00000000 --- a/bl-themes/bootstrapTheme/index.php +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bl-themes/bootstrapTheme/init.php b/bl-themes/bootstrapTheme/init.php deleted file mode 100644 index 78be674f..00000000 --- a/bl-themes/bootstrapTheme/init.php +++ /dev/null @@ -1 +0,0 @@ - -
-

- footer(); ?> - - get('Powered by'); ?> KOBLOG -

-
- diff --git a/bl-themes/bootstrapTheme/php/home.php b/bl-themes/bootstrapTheme/php/home.php deleted file mode 100644 index d7f8b23b..00000000 --- a/bl-themes/bootstrapTheme/php/home.php +++ /dev/null @@ -1,118 +0,0 @@ -
-
- - - logo()) : ?> - - - - - - description()) : ?> -
-

description(); ?>

-
- - - - - homepagePresentation() && ($WHERE_AM_I == 'home')) : ?> -
-

-
- - - -
-
- - -
-
-
-
- -

- - - - -
-

p('No pages found') ?>

-
- - - - -
- -
-
- - - -
title() ?>
-
- - - - -
- dateFormat() == 'relative') : ?> - relativeTime() ?> - - date() ?> - -
- - -
- - - -
- dateFormat() == 'relative') : ?> - relativeTime() ?> - - date() ?> - -
- - - - description()) : ?> -

description(); ?>

- - - - - showTags()) { - $tagsList = $pageTmp->tags(true); - if (!empty($tagsList)) { - foreach ($tagsList as $tagKey => $tagName) { - echo '' . $tagName . ''; - } - } - } - ?> - - -
- -
- - - -
- -
- - -
-
-
-
- diff --git a/bl-themes/bootstrapTheme/php/navbar.php b/bl-themes/bootstrapTheme/php/navbar.php deleted file mode 100644 index 9bcd413f..00000000 --- a/bl-themes/bootstrapTheme/php/navbar.php +++ /dev/null @@ -1,34 +0,0 @@ - diff --git a/bl-themes/bootstrapTheme/php/page.php b/bl-themes/bootstrapTheme/php/page.php deleted file mode 100644 index de5eda9f..00000000 --- a/bl-themes/bootstrapTheme/php/page.php +++ /dev/null @@ -1,40 +0,0 @@ -
-
-
-
- - - - isStatic() && !$url->notFound()) : ?> -
- - date() ?> - - - readingTime() . ' ' . $L->get('minutes') . ' ' . $L->g('read') ?> - - - user('displayName') ?> -
- - - -

title(); ?>

- - - description()) : ?> -

description(); ?>

-
- - - -
- content(); ?> -
- - - -
-
-
-
\ No newline at end of file diff --git a/bl-themes/bootstrapTheme/plugin.php b/bl-themes/bootstrapTheme/plugin.php deleted file mode 100644 index 141b2311..00000000 --- a/bl-themes/bootstrapTheme/plugin.php +++ /dev/null @@ -1,48 +0,0 @@ -dbFields = array( - 'dateFormat' => 'relative', - 'showTags' => true - ); - } - - public function form() - { - global $L; - - $html .= '
'; - $html .= ''; - $html .= ''; - $html .= '
' . $L->get('Change the date format for the main page.') . '
'; - $html .= '
'; - - $html .= '
'; - $html .= ''; - $html .= ''; - $html .= '
' . $L->get('Show tags in the main page for each article.') . '
'; - $html .= '
'; - - return $html; - } - - public function dateFormat() - { - return $this->getValue('dateFormat'); - } - - public function showTags() - { - return $this->getValue('showTags'); - } -}