OpenID login and comment improoved
[living-lab-site.git] / application / controllers / article.php
index 27614f8..1272425 100644 (file)
@@ -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)
                                                        );