[*] BO : Connected the first KPIs to real data

This commit is contained in:
Damien Metzger
2013-09-16 18:40:22 +02:00
parent 80b6d5a570
commit 8934f9c7ed
10 changed files with 251 additions and 13 deletions
+5 -1
View File
@@ -1522,6 +1522,7 @@ class AdminControllerCore extends Controller
elseif (!$this->ajax)
{
$this->content .= $this->renderModulesList();
$this->content .= $this->renderKpis();
$this->content .= $this->renderList();
$this->content .= $this->renderOptions();
@@ -1729,6 +1730,10 @@ class AdminControllerCore extends Controller
return $form;
}
}
public function renderKpis()
{
}
/**
* Function used to render the options for this controller
@@ -1810,7 +1815,6 @@ class AdminControllerCore extends Controller
public function setMedia()
{
$admin_webpath = str_ireplace(_PS_ROOT_DIR_, '', _PS_ADMIN_DIR_);
$admin_webpath = preg_replace('/^'.preg_quote(DIRECTORY_SEPARATOR, '/').'/', '', $admin_webpath);