Skip to content

Instantly share code, notes, and snippets.

@mrkodssldrf
Created September 23, 2012 08:31
Show Gist options
  • Save mrkodssldrf/3769364 to your computer and use it in GitHub Desktop.
Save mrkodssldrf/3769364 to your computer and use it in GitHub Desktop.
PyroCMS Mytemplate theme.php
<?php
class Theme_Mytemplate extends Theme {
public $name = 'Mein Template';
public $author = 'Mirko Düßeldorf';
public $author_website = 'http://www.derduesseldorf.de';
public $website = 'http://www.derduesseldorf.de';
public $description = 'Mein erstes Template für PyroCMS';
public $version = '1.0';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment