Jump to content


Photo
- - - - -

Как убрать alt и title


Best Answer RK3DNP , 06 October 2015 - 12:12

Прошу прощение, вроде нашел.

Go to the full post


  • This topic is locked This topic is locked
2 replies to this topic

#1 RK3DNP

RK3DNP
  • JBZoo User (rus)
  • User rate: 0.5
  • posts: 476
  • topics: 128

Posted 06 October 2015 - 12:04

Добрый день, можете подсказать, где убирается alt у картинок и title ссылок на материал (Item Name)


  • 0

#2 RK3DNP

RK3DNP
  • Topic Starter
  • JBZoo User (rus)
  • User rate: 0.5
  • posts: 476
  • topics: 128

Posted 06 October 2015 - 12:12   Best Answer

Прошу прощение, вроде нашел.


  • 0

#3 Vseprosto

Vseprosto
  • JBZoo User (rus)
  • User rate: 8.6
  • posts: 235
  • topics: 16

Posted 06 October 2015 - 12:12

title у элемента Item Name можно убрать в файле itemname.php /media/zoo/elements/itemname/

public function render($params = array()) {
        if (!empty($this->_item)) {

            $params = $this->app->data->create($params);

            if ($params->get('link_to_item', false) && $this->_item->getState()) {

                return '<a title="'.htmlspecialchars($this->_item->name).'" href="' . $this->app->route->item($this->_item) . '">' . $this->_item->name . '</a>';

            } else {

                return $this->_item->name;

            }
        }
    }

просто удалите title="'.htmlspecialchars($this->_item->name).'"

а про alt вы какой элемент используете для картинки?

 


  • 0




Click to return to top of page in style!