mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
changes to support a mobile theme
This commit is contained in:
parent
ea2c3748f0
commit
5cb979f5e4
12 changed files with 260 additions and 40 deletions
|
@ -403,7 +403,7 @@ function load_view_file($s) {
|
|||
return file_get_contents("$d/$lang/$b");
|
||||
|
||||
$theme = current_theme();
|
||||
|
||||
|
||||
if(file_exists("$d/theme/$theme/$b"))
|
||||
return file_get_contents("$d/theme/$theme/$b");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue