X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fcontrollers%2Farticle.php;h=12724258bd7bb56fab7b6a4d2c1c9359ee8d35e6;hb=93de016032e54b45db35f18d8538fd5b11a7c72e;hp=27614f8fec6a67ec8184c114ed5b2192c9e60c08;hpb=a27f593acea88d14199517dadf23b40dbc56ff2a;p=living-lab-site.git diff --git a/application/controllers/article.php b/application/controllers/article.php index 27614f8..1272425 100644 --- a/application/controllers/article.php +++ b/application/controllers/article.php @@ -24,15 +24,10 @@ class Article extends Article_Controller { // ** DATA // ** - $html_params = array('title' => $this->title.' - ' + $html_params = array('title' => $this->title.' – ' . $this->config->item('site_name'), - 'css' => array( - 'jquery-ui.css' - ), - 'js' => array( - 'jquery.js', - 'jquery-ui.js' - ), + 'css' => $this->css, + 'js' => $this->js, 'metas' => array('description'=>$this->metaDescription) );