mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Remove useless theme session variable deletions in modules
This commit is contained in:
parent
ead0defb48
commit
f4d06ebd47
7 changed files with 0 additions and 41 deletions
|
@ -41,14 +41,6 @@ function uimport_content(App $a)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
if (!empty($_SESSION['theme'])) {
|
||||
unset($_SESSION['theme']);
|
||||
}
|
||||
if (!empty($_SESSION['mobile-theme'])) {
|
||||
unset($_SESSION['mobile-theme']);
|
||||
}
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate("uimport.tpl");
|
||||
return Renderer::replaceMacros($tpl, [
|
||||
'$regbutt' => L10n::t('Import'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue