/**
  * getDeleteItemLink
  *
  * Overwrited Method
  *
  * @param string $onlyUrl
  * @param boolean $withimage
  * @param boolean $userSide
  * @return string
  */
 public function getDeleteItemLink($onlyUrl = false, $withimage = true, $userSide = false)
 {
     if ($this->getVar('block_default') == 1) {
         return "";
     }
     return parent::getDeleteItemLink($onlyUrl, $withimage, $userSide);
 }
 public function __construct(&$handler)
 {
     parent::__construct($handler);
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_view_block_position_Object', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }