Nykomling
|
|
Reg.datum: Dec 2005
Inlägg: 13
|
|
Nykomling
Reg.datum: Dec 2005
Inlägg: 13
|
Japp, jag ser den..
I detta kodstycke
/////////////////////////////////////////////
////// Create custom boxes
/////////////////////////////////////////////
$template['categorybox'] = strip_unwanted_tags($sts_block['categorybox'], 'categorybox');
$template['manufacturerbox'] = strip_unwanted_tags($sts_block['manufacturerbox'], 'manufacturerbox');
$template['whatsnewbox'] = strip_unwanted_tags($sts_block['whatsnewbox'], 'whatsnewbox');
$template['searchbox'] = strip_unwanted_tags($sts_block['searchbox'], 'searchbox');
$template['informationbox'] = strip_unwanted_tags($sts_block['informationbox'], 'informationbox');
$template['cartbox'] = strip_unwanted_tags($sts_block['cartbox'], 'cartbox');
$template['maninfobox'] = strip_unwanted_tags($sts_block['maninfobox'], 'maninfobox');
$template['orderhistorybox'] = strip_unwanted_tags($sts_block['orderhistorybox'], 'orderhistorybox');
$template['bestsellersbox'] = strip_unwanted_tags($sts_block['bestsellersbox'], 'bestsellersbox');
$template['specialfriendbox'] = strip_unwanted_tags($sts_block['specialfriendbox'], 'specialfriendbox');
$template['reviewsbox'] = strip_unwanted_tags($sts_block['reviewsbox'], 'reviewsbox');
$template['languagebox'] = strip_unwanted_tags($sts_block['languagebox'], 'languagebox');
$template['currenciesbox'] = strip_unwanted_tags($sts_block['currenciesbox'], 'currenciesbox');
$template['content'] = strip_content_tags($sts_block['columnleft2columnright'], 'content');
// Prepend any error/warning messages to $content
if ($messageStack->size('header') > 0) {
$template['content'] = $messageStack->output('header') . $template['content'];
}
$template['date'] = strftime(DATE_FORMAT_LONG);
$template['numrequests'] = $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted;
$template['counter'] = $sts_block['counter'];
$template['footer'] = $sts_block['footer'];
$template['banner'] = $sts_block['banner'];
|