mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Added meta tag to make mobile devices behave
This commit is contained in:
parent
32846bd6ea
commit
6d557c3f6d
1 changed files with 1 additions and 0 deletions
1
core.php
1
core.php
|
@ -153,6 +153,7 @@ function renderpage($title, $content, $minimal = false)
|
||||||
<html><head>
|
<html><head>
|
||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
|
<meta name=viewport content='width=device-width, initial-scale=1' />
|
||||||
<link rel='shortcut icon' href='$favicon' />";
|
<link rel='shortcut icon' href='$favicon' />";
|
||||||
if(preg_match("/^[^\/]*\/\/|^\//", $css))
|
if(preg_match("/^[^\/]*\/\/|^\//", $css))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue