aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/nav.php6
-rw-r--r--view/css/mod_apps.css10
2 files changed, 7 insertions, 9 deletions
diff --git a/include/nav.php b/include/nav.php
index 3c97d42da..70e9bfc59 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -255,7 +255,11 @@ EOT;
//app bin
if(local_channel()) {
- //Zlib\Apps::import_system_apps();
+ if(get_pconfig(local_channel(), 'system','initial_import_system_apps') === false) {
+ Zlib\Apps::import_system_apps();
+ set_pconfig(local_channel(), 'system','initial_import_system_apps', 1);
+ }
+
$syslist = array();
$list = Zlib\Apps::app_list(local_channel(), false, 'nav_featured_app');
if($list) {
diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css
index 7ccc11ffb..0a231bc84 100644
--- a/view/css/mod_apps.css
+++ b/view/css/mod_apps.css
@@ -5,12 +5,6 @@
padding: 20px;
}
-.app-detail {
- height: 130px;
- overflow-x: hidden;
- overflow-y: hidden;
-}
-
-.app-tools {
- margin-bottom: 0;
+.app-name {
+ margin: 10px 0px;
}