_block_config.html
Code: Select all
<!--version $Id: _block_config.html v1.0.4 adapted by: Mike $ //-->
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<table id="bx" width="100%" height="28" border="0" cellpadding="0" cellspacing="0"><tr><td height="28" width="10" background="./styles/BF_Vista/theme/images/cellpic4_l.png"/> </td><td background="./styles/BF_Vista/theme/images/cellpic4_m.png" width="100%" height="28"><h4 class="cattitle" style="float: left">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</h4></td><td><img src="./styles/BF_Vista/theme/images/cellpic4_r.png" width="16" height="28" alt="" /></td></tr></table>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '<br />' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<table id="bx" width="100%" height="28" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="./styles/BF_Vista/theme/images/cellpic4_l.png" width="17" height="28" alt="" /></td><td background="./styles/BF_Vista/theme/images/cellpic4_m.png" width="100%" height="28"><h4 class="cattitle" style="float: center">' -->
<!-- DEFINE $C_BLOCK_H_R = '</h4></td><td><img src="./styles/BF_Vista/theme/images/cellpic4_r.png" width="16" height="28" alt="" /></td></tr></table>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '<br />' -->
<!-- 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 = '8px' -->
<!-- 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' -->
open / öffne:
styles/BF_Vista/template/portal/block/login_box.html
find / finde:
Code: Select all
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{T_THEME_PATH}/images/portal/portal_login.png" width="16" height="16" alt="" /> <!-- ENDIF --><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$LR_BLOCK_H_R}
Code: Select all
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{T_THEME_PATH}/images/portal/portal_login.png" width="16" height="16" alt="" /> <!-- ENDIF --><a class="cattitle" href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$LR_BLOCK_H_R}
open / öffne:
styles/BF_Vista/template/portal/block/whois_online.html
find / finde:
Code: Select all
{$C_BLOCK_H_L}<!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$C_BLOCK_H_R}
Code: Select all
{$C_BLOCK_H_L}<!-- IF U_VIEWONLINE --><a class="cattitle" href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$C_BLOCK_H_R}