Smarty(); $this->template_dir = 'Smarty/templates'; $this->compile_dir = 'Smarty/templates_c'; $this->config_dir = 'Smarty/configs'; $this->cache_dir = 'Smarty/cache'; //$this->caching = true; //$this->assign('app_name', 'Login'); $this->assign('CALENDAR_DISPLAY', $CALENDAR_DISPLAY); $this->assign('WORLD_CLOCK_DISPLAY', $WORLD_CLOCK_DISPLAY); $this->assign('CALCULATOR_DISPLAY', $CALCULATOR_DISPLAY); $this->assign('CHAT_DISPLAY', $CHAT_DISPLAY); //Added to provide User based Tagcloud $this->assign('TAG_CLOUD_DISPLAY',getTagCloudView($current_user->id) ); } } ?>