Jump to content

Переход на главную старницу при клике на шапку.

Featured Replies

Posted
comment_116029

Мне нужно что-бы при нажатии на шапку, на главную страницу переносило.

 

 Мой defaultHeade

<if test="$this->settings['textLogo']=='yes'">
<a href='{$this->settings['board_url']}' class='textLogo' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'></a>
<else />
<a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'><img src='{parse replacement="logo_img"}' alt='{$this->lang->words['logo']}' /></a>
</if>

 

bandicam 2016-11-16 12-39-36-297.jpg

comment_116047

Измените:

<center><img src="http://i.imgur.com/DxU5azj.png"></center>

на:

<center><a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'><img src="http://i.imgur.com/DxU5azj.png"></a></center>

 

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
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.