1
0
Fork 0

theme info (like plugin info)

This commit is contained in:
friendica 2012-02-25 00:30:14 -08:00
commit 18bf5d1402
4 changed files with 79 additions and 8 deletions

View file

@ -1,4 +1,11 @@
<?php
/*
* Name: Darkzero
* Version: 1.0
* Author: Mike Macgirvin <mike@macgirvin.com>
*/
$a->theme_info = array(
'extends' => 'duepuntozero',
);