<?php
$atversion = '1.7';
$template = array (
  'default' => 
  array (
    'main' => 'theme.html',
    'summary' => 'summary.html',
    'summary1' => '',
    'summary2' => '',
    'article' => 'article.html',
    'altsummary' => '0',
    'leftblock' => 'leftblock.html',
    'centerblock' => 'rightblock.html',
    'rightblock' => 'centerblock.html',
    'table1' => '',
    'table2' => '',
    'autoblock1' => 'areablock.html',
    'autoblock2' => 'areablock.html',
    'autoblock3' => 'areablock.html',
    'autoblock4' => 'areablock.html',
    'autoblock5' => 'areablock.html',
    'autoblock6' => 'areablock.html',
    'autoblock7' => 'areablock.html',
    'autoblock8' => 'areablock.html',
    'autoblock9' => 'areablock.html',
  ),
  '*HomePage' => 
  array (
    'default' => 
    array (
      'main' => 'theme.html',
      'leftblock' => 'leftblock.html',
      'centerblock' => 'rightblock.html',
      'rightblock' => 'centerblock.html',
      'summary' => 'summary.html',
      'summary1' => '',
      'summary2' => '',
      'article' => 'article.html',
      'altsummary' => '0',
      'table1' => '',
      'table2' => '',
      'autoblock1' => 'areablock.html',
      'autoblock2' => 'areablock.html',
      'autoblock3' => 'areablock.html',
      'autoblock4' => 'areablock.html',
      'autoblock5' => 'areablock.html',
      'autoblock6' => 'areablock.html',
      'autoblock7' => 'areablock.html',
      'autoblock8' => 'areablock.html',
      'autoblock9' => 'areablock.html',
    ),
  ),
);
$blockdisplay = array (
  'default' => 
  array (
    'left' => '1',
    'center' => '0',
    'right' => '0',
    'autoblock1' => '0',
    'autoblock2' => '0',
    'autoblock3' => '0',
    'autoblock4' => '0',
    'autoblock5' => '0',
    'autoblock6' => '0',
    'autoblock7' => '0',
    'autoblock8' => '0',
    'autoblock9' => '0',
  ),
  '*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',
    ),
  ),
);
$style = array (
  'default' => 
  array (
    'stylesheet' => '',
    'logoimg' => '',
    'color1' => '',
    'color2' => '',
    'color3' => '',
    'color4' => '',
    'color5' => '',
    'color6' => '',
    'color7' => '',
    'color8' => '',
    'color9' => '',
    'color10' => '',
    'striphead' => '1',
    'head' => '',
  ),
  '*HomePage' => 
  array (
    'default' => 
    array (
      'stylesheet' => '',
      'logoimg' => '',
      'color1' => '',
      'color2' => '',
      'color3' => '',
      'color4' => '',
      'color5' => '',
      'color6' => '',
      'color7' => '',
      'color8' => '',
      'color9' => '',
      'color10' => '',
      'striphead' => '1',
      'head' => '',
    ),
  ),
);
$blocktemplate = array (
  'default' => 
  array (
  ),
  '*HomePage' => 
  array (
    'default' => 
    array (
    ),
  ),
);
$autoblock = array (
  1 => 'Area1',
  2 => 'Area2',
  3 => 'Area3',
  4 => 'Area4',
  5 => 'Area5',
  6 => 'Area6',
  7 => 'Area7',
  8 => 'Area8',
  9 => 'Area9',
);
$themecmd = array (
);
$themeversion = array (
  'name' => 'AT-Example',
  'version' => '1.7',
  'description' => 'Example AutoTheme',
  'author' => 'Shawn McKenzie',
  'contact' => 'http://spidean.mckenzies.net',
  'include' => '1',
);
?>