Jump to content

Удаление графика регистраций в Админ центре

Если у вас по каким-то причинам не отображается график регистраций в Админ центре, либо просто не нужен, мы можем удалить его, для этого нужно открыть файл admin --> applications --> core --> skin_cp --> cp_skin_mycp

Найти:

<div class='acp-box' style='background: #FFF'>
			<div class='center section_title'><h2>{$_lang}</h2></div>
			<div class='center' id='dashboard_graph' style='padding: 1px;'><img src="{$this->settings['base_url']}module=system&amp;section=charts&amp;days=7" alt="{$this->lang->words['reg_trends_chart']}" style='width:98%;' /></div>
		</div> 

И закомментировать:

<!-- div class='acp-box' style='background: #FFF'>
			<div class='center section_title'><h2>{$_lang}</h2></div>
			<div class='center' id='dashboard_graph' style='padding: 1px;'><img src="{$this->settings['base_url']}module=system&amp;section=charts&amp;days=7" alt="{$this->lang->words['reg_trends_chart']}" style='width:98%;' /></div>
		</div -->

User Feedback

Recommended Comments

Комментариев пока нет

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Добавить комментарий...