themes-community/translucent-fluidity/wp/functions.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

6 lines
80 B
PHP

<?php
if ( function_exists('register_sidebars') )
register_sidebar();
?>