Replace the contents of theme.cfg with this
Code:
<?php
$atversion = '1.7';
$template = array (
'default' =>
array (
'dtd' => 'HTML401_Transitional.html',
'main' => 'theme2.html',
'summary' => 'summary.html',
'summary1' => 'summary.html',
'summary2' => '',
'article' => 'article.html',
'altsummary' => '0',
'leftblock' => 'leftblock.html',
'centerblock' => 'centerblock.html',
'rightblock' => 'rightblock.html',
'table1' => '',
'table2' => '',
'autoblock1' => 'area1block.html',
'autoblock2' => '',
'autoblock3' => '',
'autoblock4' => '',
'autoblock5' => '',
'autoblock6' => '',
'autoblock7' => '',
'autoblock8' => '',
'autoblock9' => '',
),
'PNphpBB2' => '',
'*HomePage' =>
array (
'default' =>
array (
'dtd' => 'HTML401_Transitional.html',
'main' => 'theme.html',
'leftblock' => 'leftblock.html',
'centerblock' => 'centerblock.html',
'rightblock' => 'rightblock.html',
'summary' => 'summary.html',
'summary1' => 'summary.html',
'summary2' => '',
'article' => 'article.html',
'altsummary' => '0',
'table1' => '',
'table2' => '',
'autoblock1' => 'area1block.html',
'autoblock2' => '',
'autoblock3' => '',
'autoblock4' => '',
'autoblock5' => '',
'autoblock6' => '',
'autoblock7' => '',
'autoblock8' => '',
'autoblock9' => '',
),
),
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
);
$blockdisplay = array (
'default' =>
array (
'left' => '1',
'center' => '1',
'right' => '1',
'autoblock1' => '1',
'autoblock2' => '1',
'autoblock3' => '1',
'autoblock4' => '1',
'autoblock5' => '1',
'autoblock6' => '1',
'autoblock7' => '1',
'autoblock8' => '1',
'autoblock9' => '1',
),
'PNphpBB2' => '',
'*HomePage' =>
array (
'default' =>
array (
'left' => '1',
'center' => '1',
'right' => '1',
'autoblock1' => '1',
'autoblock2' => '1',
'autoblock3' => '1',
'autoblock4' => '1',
'autoblock5' => '1',
'autoblock6' => '1',
'autoblock7' => '1',
'autoblock8' => '1',
'autoblock9' => '1',
),
),
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
);
$style = array (
'default' =>
array (
'stylesheet' => '',
'logoimg' => '',
'color1' => '#4F4F4F',
'color2' => '#4F4F4F',
'color3' => '#4F4F4F',
'color4' => '#4F4F4F',
'color5' => '',
'color6' => '',
'color7' => '#000000',
'color8' => '#4F4F4F',
'color9' => '#000000',
'color10' => '#4F4F4F',
'striphead' => '0',
'head' => '',
),
'PNphpBB2' => '',
'*HomePage' =>
array (
'default' =>
array (
'stylesheet' => '',
'logoimg' => '',
'color1' => '#4F4F4F',
'color2' => '#4F4F4F',
'color3' => '#4F4F4F',
'color4' => '#4F4F4F',
'color5' => '',
'color6' => '',
'color7' => '#000000',
'color8' => '#4F4F4F',
'color9' => '#000000',
'color10' => '#4F4F4F',
'striphead' => '0',
'head' => '',
),
),
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
);
$blocktemplate = array (
'default' =>
array (
'default' => '',
'PNphpBB2' => '',
'*HomePage' => '',
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
),
'*HomePage' =>
array (
'default' =>
array (
'default' => '',
'PNphpBB2' => '',
'*HomePage' => '',
'*AdminPages' => '',
'eprodreviews' => '',
'pnAllies' => '',
'pnphpbb2' => '',
),
),
);
$autoblock = array (
1 => 'Area1',
2 => 'Area2',
3 => 'Area3',
4 => 'Area4',
5 => 'Area5',
6 => 'Area6',
7 => 'Area7',
8 => 'Area8',
9 => 'Area9',
);
$themecmd = array (
);
$blockcontrol = NULL;
$themeversion = array (
);
?>
|