allow individual choice of mobile themes

This commit is contained in:
Zach Prezkuta
2012-09-06 17:24:34 -06:00
parent 41439804f4
commit 77529ccdf1
17 changed files with 69 additions and 24 deletions
+2
View File
@@ -193,6 +193,8 @@ function register_content(&$a) {
if(x($_SESSION,'theme'))
unset($_SESSION['theme']);
if(x($_SESSION,'mobile-theme'))
unset($_SESSION['mobile-theme']);
$username = ((x($_POST,'username')) ? $_POST['username'] : ((x($_GET,'username')) ? $_GET['username'] : ''));