<?php
$template = array (
  'default' => 
  array (
    'main' => 'theme.html',
    'summary' => 'summary.html',
    'summary1' => '',
    'summary2' => '',
    'article' => 'article.html',
    'altsummary' => '0',
    'leftblock' => 'leftblock.html',
    'centerblock' => 'centerblock.html',
    'rightblock' => 'rightblock.html',
    'table1' => 'table1.html',
    'table2' => 'table2.html',
  ),
);
$blockdisplay = array (
  'default' => 
  array (
    'left' => '1',
    'center' => '1',
    'right' => '1',
    'Area1' => '0',
    'Area2' => '0',
    'Area3' => '0',
  ),
);
$style = array (
  'default' => 
  array (
    'stylesheet' => '',
    'logoimg' => '',
    'color1' => '',
    'color2' => '',
    'color3' => '',
    'color4' => '',
    'color5' => '',
    'color6' => '',
    'color7' => '',
    'color8' => '',
    'color9' => '',
    'color10' => '',
    'striphead' => '0',
    'head' => '',
  ),
);
$blocktemplate = array (
);
$themeversion = array (
);
?>
