osp-website
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

meta.php
text/x-php

Download raw (668 bytes)

<?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 = 'OSP';
$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)';
?>