Код: Выделить всё
/**
* Default modulename
*/
public $name = 'PORTAL_WELCOME';
/**
* Default module-image:
* file must be in "{T_THEME_PATH}/images/portal/"
*/
public $image_src = '';
Kajiya
Код: Выделить всё
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
<div class="panel bg1" style="margin-bottom: 0px;padding-right:0px;padding-left:0px;">
<div class="inner" style="background-image:url(http://img-fotki.yandex.ru/get/6520/50728171.12e/0_8c684_4dcb2a2c_orig);"><span class="portal-corners-top-inner"></span>
<div class="postbody" style="width: 100%">
<div class="content" style="min-height: 1em;">{PORTAL_WELCOME_MSG}</div>
</div>
<span class="portal-corners-bottom-inner"></span></div>
</div>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
PPK
Kajiya