Changeset 881 for trunk/Application/View.php
- Timestamp:
- Apr 7, 2020, 11:58:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/View.php
r880 r881 77 77 '<meta name="description" content="'.$this->System->Config['Web']['Description'].'" />'. 78 78 '<meta name="robots" content="all" />'. 79 '<meta name="viewport" content="width=device-width, initial-scale=1">'. 79 80 '<link rel="stylesheet" href="'.$this->System->Link('/style/style.css').'" type="text/css" media="all" />'. 80 81 '<script type="text/javascript" src="'.$this->System->Link('/style/global.js').'"></script>'. … … 119 120 foreach ($this->System->Bars['Right'] as $BarItem) 120 121 $Bar .= call_user_func($BarItem); 121 122 if (trim($Bar) != '') $Output .= $Bar; 122 123 else $Output .= ' '; 123 124 $Output .= '</td>'; 124 125 $Output .= '</tr><tr>'. 125 126 '<td colspan="4" class="page-bottom">'.T('Version').': '.$Version.' '.T('Revision').': '.$Revision.' ('.$this->System->HumanDate($ReleaseDate).')'. 126 ' <a href="http ://svn.zdechov.net/trac/wowpreklad/browser/trunk">'.T('Source code').'</a> '.127 '<a href="http ://svn.zdechov.net/trac/wowpreklad/log/trunk?verbose=on">'.T('Changelog').'</a> '.127 ' <a href="https://app.zdechov.net/wowpreklad/browser/trunk">'.T('Source code').'</a> '. 128 '<a href="https://app.zdechov.net/wowpreklad/log/trunk?verbose=on">'.T('Changelog').'</a> '. 128 129 $this->System->Config['Web']['WebCounter']; 129 130
Note:
See TracChangeset
for help on using the changeset viewer.