They might have copied it to the INCORRECT place.Xx_iDon_xX wrote:i did edit those files,i guess ill edit them again
root/styles/AcidTech/template/overall_header.html
root/styles/AcidTech/template/breadcrumbs.html
Or have not emptied the cache.
They might have copied it to the INCORRECT place.Xx_iDon_xX wrote:i did edit those files,i guess ill edit them again
root/styles/AcidTech/template/overall_header.html
root/styles/AcidTech/template/breadcrumbs.html
Code: Select all
<tr>
<td class="navrow">
Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
<tr>
<td class="navrow">
Code: Select all
<tr>
<td id="contentrow">
Code: Select all
<!-- ENDIF -->
Code: Select all
<!-- ENDIF -->
<tr>
<td id="contentrow">
Code: Select all
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
Code: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Code: Select all
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Code: Select all
<!-- INCLUDE breadcrumbs.html -->
Code: Select all
<!-- ENDIF -->
Code: Select all
<!-- INCLUDE breadcrumbs.html -->
<!-- ENDIF -->
Code: Select all
<a href="{U_INDEX}">{L_INDEX}</a>
Code: Select all
<a href="{U_INDEX}">{L_INDEX}</a>
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}">{L_INDEX}</a>
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}">{L_INDEX}</a>
Code: Select all
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="cap-div"><div class="cap-left"><div class="cap-right"><span style="margin-left: 25px; float: left;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</span></div></div></div>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '<br clear="all"/>' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="cap-div"><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $C_BLOCK_H_R = '</div></div></div>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<br clear="all"/>' -->
<!-- Images-URL //-->
<!-- DEFINE $WHOS_IMAGES = '/images/whosonline.gif' -->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->
<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
<!-- override for rtl styles ... only needed if you have an RTL language -->
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<!-- DEFINE $LR_BLOCK_H_L = '<table class="tablebg" cellspacing="1" width="100%"><tr><th><span style="float: right">' -->
<!-- ENDIF -->
Code: Select all
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="cap-div"><div class="cap-left"><div class="cap-right"><span style="margin-left: 25px; float: left;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</span></div></div></div>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '<br clear="all"/>' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="cap-div"><div class="cap-left"><div class="cap-right">' -->
<!-- DEFINE $C_BLOCK_H_R = '</div></div></div>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<br clear="all"/>' -->
<!-- Images-URL //-->
<!-- DEFINE $WHOS_IMAGES = '/images/whosonline.gif' -->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->
<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->
<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->
<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
<!-- override for rtl styles ... only needed if you have an RTL language -->
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<!-- DEFINE $LR_BLOCK_H_L = '<table class="tablebg" cellspacing="1" width="100%"><tr><th><span style="float: right">' -->
<!-- ENDIF -->