forked from friendica/themes-community
Tobias Diekershoff
91771ae8ce
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.
6 lines
80 B
PHP
6 lines
80 B
PHP
<?php
|
|
|
|
if ( function_exists('register_sidebars') )
|
|
register_sidebar();
|
|
|
|
?>
|