Кнопка в адмінці "Обновить модификаторы"

1. admin\view\template\common\header.tpl

FIND=<li><a href="<?php echo $clearallcache; ?>"><i class="fa fa-refresh"></i>&nbsp;&nbsp;<?php echo $button_clearallcache; ?></a></li>
after
<li><a href="<?php echo $refresh_modifications; ?>"><i class="fa fa-refresh"></i>&nbsp;&nbsp;<?php echo $button_refresh_modifications; ?></a></li>


2. admin\controller\common\header.php

FIND=$data['button_clearsystemcache'] =
after
$data['button_refresh_modifications'] = $this->language->get('button_refresh_modifications');
===
FIND=$data['clearsystemcache'] =
after
$data['refresh_modifications'] = (HTTPS_SERVER . 'index.php?route=extension/modification/refresh&token=' . $this->session->data['token']);


3. admin\language\ru-ru\common\header.php

$_['button_refresh_modifications']     = 'Обновить модификаторы';


Написати коментар

Без HTML, тільки текст!

Оцінка: