From 65dd02190e134ded467cf62a2fe0bf15c87b6285 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 29 Mar 2017 20:09:47 +0300 Subject: [PATCH] -Bar tabs --- CHANGELOG.md | 1 - controllers/ArticleController.php | 2 +- controllers/BlogCategoryController.php | 6 +++--- controllers/BlogTagController.php | 4 ++-- controllers/DefaultController.php | 4 ++-- models/BlogArticle.php | 8 +++----- models/BlogArticleLang.php | 4 ++-- models/BlogArticleSearch.php | 2 +- models/BlogCategory.php | 7 +++---- models/BlogCategoryLang.php | 4 ++-- models/BlogCategorySearch.php | 2 +- models/BlogTag.php | 6 +++--- models/BlogTagLang.php | 4 ++-- models/BlogTagSearch.php | 2 +- 14 files changed, 26 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7410bca..fb9a894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,3 @@ All notable changes to this project will be documented in this file. ## 1.0.0 - 2017-03-21 ### Added - This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG. -- Added Gentelella XPanel widget. \ No newline at end of file diff --git a/controllers/ArticleController.php b/controllers/ArticleController.php index 4933357..f0c71f7 100755 --- a/controllers/ArticleController.php +++ b/controllers/ArticleController.php @@ -16,7 +16,7 @@ /** * BlogArticleController implements the CRUD actions for BlogArticle model. */ - class BlogArticleController extends Controller + class ArticleController extends Controller { /** * @inheritdoc diff --git a/controllers/BlogCategoryController.php b/controllers/BlogCategoryController.php index 094912c..01d1f76 100755 --- a/controllers/BlogCategoryController.php +++ b/controllers/BlogCategoryController.php @@ -1,10 +1,10 @@