Re: Cum pot sa.....?
Scris: 03-Sep-2013, 10:44:27
Vad ca apare doar la login si logout.
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
<!-- IF $SIDEBAR_ON_PAGES == 'global' or ($SIDEBAR_ON_PAGES == 'index' and SCRIPT_NAME eq 'index') -->
<div class="sidebarwrapper">
<!-- IF $SIDEBARS == 'left' -->
<div class="fixedfluid-sidebar">
<!-- INCLUDE sidebar_left.html -->
</div>
<div class="fixedfluid-content">
<!-- ELSEIF $SIDEBARS == 'right' -->
<div class="fluidfixed-sidebar">
<!-- INCLUDE sidebar_right.html -->
</div>
<div class="fluidfixed-content">
<!-- ELSEIF $SIDEBARS == 'both' -->
<div class="fixedfluidfixed-left">
<!-- INCLUDE sidebar_left.html -->
</div>
<div class="fixedfluidfixed-content">
<!-- ENDIF -->
<!-- ENDIF -->
Cod: Selectaţi tot
<div class="nav">
<div class="fl">
<ul>
<li<!-- IF SCRIPT_NAME eq 'index' --> class="current"<!-- ENDIF -->><a href="{U_INDEX}">{L_INDEX}</a></li>
<li<!-- IF SCRIPT_NAME eq 'faq' --> class="current"<!-- ENDIF -->><a href="{U_FAQ}">{L_FAQ}</a></li>
<!-- IF S_DISPLAY_MEMBERLIST -->
<li<!-- IF SCRIPT_NAME eq 'memberlist' --> class="current"<!-- ENDIF -->><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a></li>
<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH -->
<li<!-- IF SCRIPT_NAME eq 'search' --> class="current"<!-- ENDIF -->><a href="{U_SEARCH}">{L_SEARCH}</a></li>
<!-- ENDIF -->
</ul>
</div>
<div class="fr">
<ul>
<!-- <li>
<a href="#">{L_DISPLAY} {L_OPTIONS} <span class="droptip"></span></a>
<div class="optionspanel">
User options coming in future release.
</div>
</li> -->
<!-- IF $SHOW_SEARCH_IN_NAV == 'yes' -->
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<li>
<form action="{U_SEARCH}" method="get" id="search">
<input name="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="quicksearch" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</form>
</li>
<!-- ENDIF -->
<!-- ENDIF -->
</ul>
</div>
<div class="cb"></div>
<span class="nav-corners-bottom"><span></span></span>
</div>
Cod: Selectaţi tot
<!-- INCLUDE se_gamer_config.html -->
Cod: Selectaţi tot
#main-navigation {
background: url("./styles/SE_Gamer/theme/images/navigation.png") repeat-x;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
height: 45px;
line-height: 45px;
}
Cod: Selectaţi tot
#main-navigation {
background: url("./styles/SE_Gamer/theme/images/navigation.png") repeat-x;
-webkit-border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
height: 45px;
line-height: 45px;
}