TheMonstaBoy Posted November 16, 2016 Share Posted November 16, 2016 Мне нужно что-бы при нажатии на шапку, на главную страницу переносило. Мой 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> Quote Link to comment Share on other sites More sharing options...
Silence Posted November 16, 2016 Share Posted November 16, 2016 Измените: <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> ram108 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.