From 355feeb6432f4e03689c480e6a684772939c58a9 Mon Sep 17 00:00:00 2001
From: vee w
Date: Mon, 15 Jun 2015 14:24:29 +0700
Subject: [PATCH] add more features to example home page.
---
.../themes/system/front/templates/index_v.php | 43 ++++++++++++-------
1 file changed, 28 insertions(+), 15 deletions(-)
diff --git a/public/public/themes/system/front/templates/index_v.php b/public/public/themes/system/front/templates/index_v.php
index 3980231..db03cd8 100644
--- a/public/public/themes/system/front/templates/index_v.php
+++ b/public/public/themes/system/front/templates/index_v.php
@@ -22,12 +22,12 @@
}
unset($a_page_meta);
}
- ?>
-
-
- asset_path('css/bootstrap-theme.min.css')); ?>">*/ ?>
- asset->css('front.css'); ?>
- asset->css('front.css');
+
// render
if (isset($page_link) && is_array($page_link)) {
foreach ($page_link as $a_page_link) {
@@ -35,13 +35,12 @@
}
unset($a_page_link);
}
- ?>
-
-
-
-
- Fuel Start is not framework. It is not CMS or CMF. It is just backend or back office system that help you start your project with FuelPHP framework very fast.
Features
+
Administrator base controller - To automatically verify logged in access and send to login page if not login.
Account management.
Account's level management.
Account's level permission - Control what page/action or controller/method that account level can access.
-
Administrator base controller - To automatically verify logged in access and send to login page if not login.
-
Configuration page - Config site name, account registration and more.
Multilingual.
+
Configuration page - Config site name, account registration and more.