<?php
/* Plogger Theme Meta Template
$theme_name: The name of your theme
$version: Theme version
$author: Name of the theme author
$url: Link to the theme's website or author url
$description: Description of the look and feel of the theme
$license: Type of license theme is released under
*/
$theme_name = 'Classic';
$version = '1.2';
$author = 'Mike Johnson';
$url = 'http://www.plogger.org/';
$description = 'This is the default Plogger theme. It is a very simple layout, and is easily integrated into your existing webpage or used as a stand-alone theme with some enhancements to match your existing site design.';
$license = 'GNU General Public License (GPL)';
?>