7 lines
169 B
PHP
7 lines
169 B
PHP
<?php
|
|
/**
|
|
* Full infrmation about theme, including $theme_generation and $theme_version
|
|
*/
|
|
$theme_name = 'Test Theme';
|
|
$theme_generation = "2";
|
|
$theme_version = "0.3"; |