12 lines
312 B
PHP
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');
|