root/themes/prilepaci/meta.php

Revision 510, 493 bytes (checked in by kasper, 11 months ago)

Added more themes under consideration for inclusion: air beta 0.2 theme, diffuser, element, lightbox, popup, prilepaci, softer

Line 
1<?php
2
3/* Plogger Theme Meta Template
4
5$theme_name:  The name of your theme
6$version:  Theme version
7$author:  Name of the theme author
8$url:  Link to the themes website or author url
9$description:  Description of the look and feel of the theme
10
11*/
12
13$theme_name = "Prilepaci";
14$version = "0.1";
15$author = "Petr Zizka";
16$url = "http://www.plogger.org/themes/";
17$description = "This theme is based on Mike's Lightbox theme. It is used for vprilepy.zizkovi.name website.";
18
19?>
Note: See TracBrowser for help on using the browser.