forked from friendica/themes-community
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.
This commit is contained in:
parent
9a5e6138b6
commit
91771ae8ce
24 changed files with 719 additions and 0 deletions
11
translucent-fluidity/theme.php
Normal file
11
translucent-fluidity/theme.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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');
|
Loading…
Add table
Add a link
Reference in a new issue