Jump to content

Recommended Posts

Posted

Trimite tot ce ai în Look & Feel > Tema ta > Templates > defaultHeader.

 

Dacă nu ai nimic, bagă codul acesta:

<if test="$this->settings['textLogo']=='yes'">
<a href='{$this->settings['board_url']}' class='textLogo' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'>{$this->settings['board_name']}</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>
Posted
Poftim:
<if test="$this->settings['textLogo']=='yes'">
<a href='{$this->settings['board_url']}' class='textLogo' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'>{$this->settings['board_name']}</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>

Si cum fac  ? sa mise vada textul pe imagine ?

  • Moderators
Posted

Cum a spus Data, codu de Logo este sters din globalTemplate. Probabil cand ai modificat ai sters bucata aia.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

  Reveal hidden contents

  • Moderators
Posted

Dupa

<div id='branding'><div class='wrapper'>

adauga

<div id='logo'>
   <if test="brandingBar:|:ipsRegistry::$applications[ $this->registry->getCurrentApplication() ]['hasCustomHeader']">
      {parse template="overwriteHeader" group="{current_app}_global" params=""}
   <else />
      {parse template="defaultHeader" group="global" params=""}
   </if>
</div>

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.