Ignore:
Timestamp:
Apr 7, 2020, 11:58:08 PM (4 years ago)
Author:
chronos
Message:
  • Added: HTML viewport for mobile devices.
  • Fixed: Updated homepage URL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/View.php

    r880 r881  
    7777    '<meta name="description" content="'.$this->System->Config['Web']['Description'].'" />'.
    7878    '<meta name="robots" content="all" />'.
     79    '<meta name="viewport" content="width=device-width, initial-scale=1">'.
    7980    '<link rel="stylesheet" href="'.$this->System->Link('/style/style.css').'" type="text/css" media="all" />'.
    8081    '<script type="text/javascript" src="'.$this->System->Link('/style/global.js').'"></script>'.
     
    119120    foreach ($this->System->Bars['Right'] as $BarItem)
    120121      $Bar .= call_user_func($BarItem);
    121       if (trim($Bar) != '') $Output .= $Bar;
     122    if (trim($Bar) != '') $Output .= $Bar;
    122123      else $Output .= '&nbsp;';
    123124    $Output .= '</td>';
    124125    $Output .= '</tr><tr>'.
    125126      '<td colspan="4" class="page-bottom">'.T('Version').': '.$Version.' '.T('Revision').': '.$Revision.' ('.$this->System->HumanDate($ReleaseDate).')'.
    126       ' &nbsp; <a href="http://svn.zdechov.net/trac/wowpreklad/browser/trunk">'.T('Source code').'</a> &nbsp; '.
    127       '<a href="http://svn.zdechov.net/trac/wowpreklad/log/trunk?verbose=on">'.T('Changelog').'</a> &nbsp; '.
     127      ' &nbsp; <a href="https://app.zdechov.net/wowpreklad/browser/trunk">'.T('Source code').'</a> &nbsp; '.
     128      '<a href="https://app.zdechov.net/wowpreklad/log/trunk?verbose=on">'.T('Changelog').'</a> &nbsp; '.
    128129      $this->System->Config['Web']['WebCounter'];
    129130
Note: See TracChangeset for help on using the changeset viewer.