1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-22 04:23:01 +00:00

Added meta tag to make mobile devices behave

This commit is contained in:
Starbeamrainbowlabs 2015-02-24 08:35:25 +00:00
parent 32846bd6ea
commit 6d557c3f6d

View file

@ -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))
{ {