]> git.mxchange.org Git - friendica.git/blob - mod/login.php
use default system theme for system pages
[friendica.git] / mod / login.php
1 <?php
2
3 function login_content(&$a) {
4         if(x($_SESSION,'theme'))
5                 unset($_SESSION['theme']);
6         return login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);
7
8 }