diff options
author | friendica <info@friendica.com> | 2012-08-05 21:38:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-05 21:38:08 -0700 |
commit | 4f645992100a9c2a9877548b37cf4f78b4c6a160 (patch) | |
tree | 0d56b0cb68b3a7ecbf33625e5efd1770d825f7df /view/theme/easterbunny/php/theme.php | |
parent | dcbc0c0c9516adf616023615871439b4015fa686 (diff) | |
parent | 0c06cc61888404a4b05e8fb3df26d0a623ed42e5 (diff) | |
download | volse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.tar.gz volse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.tar.bz2 volse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.zip |
Merge pull request #1 from beardy-unixer/master
Port the easily portable themes.
Diffstat (limited to 'view/theme/easterbunny/php/theme.php')
-rw-r--r-- | view/theme/easterbunny/php/theme.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/easterbunny/php/theme.php b/view/theme/easterbunny/php/theme.php new file mode 100644 index 000000000..338f40cbf --- /dev/null +++ b/view/theme/easterbunny/php/theme.php @@ -0,0 +1,4 @@ +<?php +$a->theme_info = array( + 'extends' => 'duepuntozero', +); |