Changeset 39 for trunk/View.php


Ignore:
Timestamp:
May 5, 2019, 5:28:21 PM (5 years ago)
Author:
chronos
Message:
  • Removed: Old code for showing HTML page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/View.php

    r37 r39  
    8585    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'.
    8686    '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">'.
    87     '<head><link rel="stylesheet" href="'.$this->System->Link('/style/').$this->Style.'/style.css" type="text/css" media="all" />'.
    88     '<meta http-equiv="content-type" content="application/xhtml+xml; charset='.$this->Encoding.'" />'.
     87    '<head>'.
     88    '<link rel="stylesheet" href="'.$this->System->Link('/style/').$this->Style.'/style.css" type="text/css" media="all" />';
     89    $Output .= '<link rel="alternate" title="Taneční seznamka" href="'.
     90      $this->System->Link('/seznamka/rss/').'" type="application/rss+xml" />';
     91    $Output .= '<meta http-equiv="content-type" content="application/xhtml+xml; charset='.$this->Encoding.'" />'.
    8992    '<meta name="viewport" content="width=device-width, initial-scale=1">'.
    9093    '<script type="text/javascript" src="'.$this->System->Link('/style/').$this->Style.'/jquery.js"></script>'.
     
    123126      $Output .= '<div class="Footer">'.
    124127      '<i>';
    125       $Output .= ' Správa webu: '.$this->System->Config['Web']['Admin'].' ';
    126128      $Output .= ' Kontakt: <a href="mailto:'.$this->System->Config['Web']['AdminEmail'].'">'.$this->System->Config['Web']['AdminEmail'].'</a> ';
    127129      $Output .= ' <a href="https://app.zdechov.net/tanec/">Zdrojový kód</a> ';
Note: See TracChangeset for help on using the changeset viewer.