themes-community/translucent-fluidity/theme.php
Tobias Diekershoff 91771ae8ce
added translucient-fluidity
From the beginnings of Friendica, a derived theme from duepuntozero (so this has to be available in the Friendica themes directory).
Inspired by a Wordpress theme.
2022-06-21 08:55:31 +02:00

12 lines
312 B
PHP

<?php
/**
* Name: Translucent Fluidity
* Version: 0.2
* Author: Tobias <http://diekershoff.homeunix.net/friendica/profile/tobias>
* Maintainer: Tobias <http://diekershoff.homeunix.net/friendica/profile/tobias>
*/
$a->theme_info = array(
'extends' => 'duepuntozero',
);
set_template_engine($a, 'smarty3');