mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 03:10:50 +02:00
Improved admin navigation on iPad by scaling viewport to 80%.
This commit is contained in:
@@ -179,7 +179,7 @@ else // XHTML
|
||||
*
|
||||
*/
|
||||
|
||||
echo "<meta name=\"viewport\" content=\"width=device-width; initial-scale=1; 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";
|
||||
|
Reference in New Issue
Block a user