diff --git a/components/install/process.php b/components/install/process.php
index 74fe6bd..2258b77 100644
--- a/components/install/process.php
+++ b/components/install/process.php
@@ -209,7 +209,7 @@ define("WORKSPACE", BASE_PATH . "/workspace");
define("WSURL", BASE_URL . "/workspace");
// Plugin Market
-define("PMURL", "http://codiad.com/plugins.json");
+//define("PMURL", "http://codiad.com/plugins.json");
// Theme Market
//define("TMURL", "http://codiad.com/themes.json");
diff --git a/components/plugin_manager/dialog.php b/components/plugin_manager/dialog.php
index 7194b59..41d1ab1 100644
--- a/components/plugin_manager/dialog.php
+++ b/components/plugin_manager/dialog.php
@@ -27,14 +27,14 @@
$pm = new Plugin_manager();
$market = $pm->Market();
?>
-
+
- | Plugin Name |
- Description |
- Author |
- Download |
+ |
+ |
+ |
+ |
- | Plugin Market currently unavailable. |
+ |
-
+
- | No Plugins installed. Check Plugin Market. |
+ |
- | Plugins installed. |
+ | |
- Latest |
+ |
- | No Plugins installed. Check Plugin Market. |
+ |
diff --git a/components/theme_manager/class.theme_manager.php b/components/theme_manager/class.theme_manager.php
index a5322f7..71d9b09 100644
--- a/components/theme_manager/class.theme_manager.php
+++ b/components/theme_manager/class.theme_manager.php
@@ -150,8 +150,8 @@ class Theme_manager extends Common {
}
}
- if(file_exists(THEMES.'/'.$name.'/plugin.json')) {
- $data = json_decode(file_get_contents(THEMES.'/'.$name.'/plugin.json'),true);
+ if(file_exists(THEMES.'/'.$name.'/theme.json')) {
+ $data = json_decode(file_get_contents(THEMES.'/'.$name.'/theme.json'),true);
if(substr($data[0]['url'],-4) == '.git') {
$data[0]['url'] = substr($data[0]['url'],0,-4);
}
diff --git a/components/theme_manager/dialog.php b/components/theme_manager/dialog.php
index b6c9431..a93d7ad 100644
--- a/components/theme_manager/dialog.php
+++ b/components/theme_manager/dialog.php
@@ -27,14 +27,14 @@
$tm = new Theme_manager();
$market = $tm->Market();
?>
-
+
- | Theme Name |
- Description |
- Author |
- Download |
+ |
+ |
+ |
+ |
- | Theme Market currently unavailable. |
+ |
-
+
- | No Themes installed. Check Theme Market. |
+ |
- | Themes installed. |
+ | |
- Latest |
+ |
- | No Themes installed. Check Themes Market. |
+ |