X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fcontrollers%2Farticle.php;h=f1909b949a9fcc621da30ed16b1e97e45819955d;hb=14163bd2cf49ea2c6d30530515e5f27cf7b5850b;hp=5073a5b4992ff083971a3e2f902079a05408d0ee;hpb=09add6ca11db3ca299f73fbc92f4f2d0aed1daa8;p=living-lab-site.git diff --git a/application/controllers/article.php b/application/controllers/article.php index 5073a5b..f1909b9 100644 --- a/application/controllers/article.php +++ b/application/controllers/article.php @@ -26,8 +26,8 @@ class Article extends Article_Controller { $html_params = array('title' => $this->title.' - ' . $this->config->item('site_name'), - //'css' => array(), - //'js' => array(), + 'css' => $this->css, + 'js' => $this->js, 'metas' => array('description'=>$this->metaDescription) );