to remove shortcuts icons
Posted: 08 Feb 2014, 02:21
Please find attachment I want to remove these icons from Home page
Discussion of company’s products and Yii framework
https://monoray.net/forum/
if (param('useYandexShare', 0))
$this->widget('application.extensions.YandexShareApi', array(
'services' => param('yaShareServices', 'yazakladki,moikrug,linkedin,vkontakte,facebook,twitter,odnoklassniki')
));
if (param('useInternalShare', 1))
$this->widget('ext.sharebox.EShareBox', array(
'url' => Yii::app()->createAbsoluteUrl(Yii::app()->request->url),
'title'=> CHtml::encode($this->seoTitle ? $this->seoTitle : $this->pageTitle),
'iconSize' => 16,
'include' => explode(',', param('intenalServices', 'vk,facebook,twitter,google-plus,stumbleupon,digg,delicious,linkedin,reddit,technorati,newsvine')),
));