mirror of
https://github.com/e107inc/e107.git
synced 2025-05-08 13:15:21 +02:00
Merge pull request #2002 from MikeyGMT/mikey20161105
Minor Error detected in e107_e107_admin/header.php Viewport Content Fixes #1998
This commit is contained in:
commit
6207b446df
@ -179,7 +179,7 @@ else // XHTML
|
||||
*
|
||||
*/
|
||||
|
||||
echo "<meta name=\"viewport\" content=\"width=device-width; initial-scale=0.8; maximum-scale=1\" />\n"; // Works better for iOS but still has some issues.
|
||||
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=0.8, maximum-scale=1\" />\n"; // Works better for iOS but still has some issues.
|
||||
// echo (defined("VIEWPORT")) ? "<meta name=\"viewport\" content=\"".VIEWPORT."\" />\n" : "";
|
||||
|
||||
echo "<title>".(defined("e_PAGETITLE") ? e_PAGETITLE." - " : (defined("PAGE_NAME") ? PAGE_NAME." - " : "")).LAN_HEADER_04." :: ".SITENAME."</title>\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user