Changeset 88


Ignore:
Timestamp:
Feb 24, 2019, 10:45:22 PM (5 years ago)
Author:
chronos
Message:
  • Added: Viewport HTML tag for mobile devices.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/View.php

    r81 r88  
    1414    '<meta http-equiv="content-type" content="text/html; charset='.$this->System->Config['Web']['Charset'].'" />'.
    1515    '<meta name="robots" content="all" />'.
     16    '<meta name="viewport" content="width=device-width, initial-scale=1">'.
    1617    '<title>'.$this->System->Config['Web']['Title'].'</title>'.
    1718    '<link rel="StyleSheet" href="'.$this->System->Link('/style/style.css').'" type="text/css" media="all"/>'.
Note: See TracChangeset for help on using the changeset viewer.