Пример #1
0
 function recursiveRender()
 {
     parent::recursiveRender();
     if ($this->options['add_socialshare']) {
         $this->js(true)->_load('socialshare/jssocials');
         $this->js(true)->_css('socialshare/jssocials');
         $this->js(true)->_css('socialshare/jssocials-theme-' . $this->options['socialshare_theme']);
     }
 }
Пример #2
0
 function recursiveRender()
 {
     parent::recursiveRender();
 }