Changeset 555 for trunk/inc/html.php


Ignore:
Timestamp:
Mar 29, 2009, 4:21:14 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Mimo RSS kanál článků přidány kanály ticketů a finančních příspěvků.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/html.php

    r551 r555  
    1212    $this->html_cfg = array
    1313    (
    14       "charset" => "utf-8",
     14/*      "charset" => "utf-8",
    1515      "author" => "Zork",
    1616      "copyright" => "(C) 2008 Heroes of Fantasy, All rights reserved.",
     
    1919      "description" => "Heroes of Fantasy free WoW server běžící na programu MaNGOS",
    2020      "keywords" => "wowserver, world of warcraft, free, wow, server, hof, heroes of fantasy, zdechov, mangos"
    21     );
     21*/    );
    2222
    2323    if((count($values) > 1) or ($values[0] != 0) and ($values[0] != 0))
     
    6363    '<link href="inc/teamspeakdisplay/teamspeakdisplay.css" rel="stylesheet" type="text/css" />'.
    6464    '<link rel="alternate" title="Články" href="rss.php?category=articles" type="application/rss+xml" />'.
     65    '<link rel="alternate" title="Finanční přispěvky" href="rss.php?category=finance" type="application/rss+xml" />'.
    6566    '<script type="text/javascript" src="styles/global.js"></script>'.
    6667    '<!--[if IE]><link rel="stylesheet" type="text/css" href="styles/ie.css" /><![endif]-->'.
Note: See TracChangeset for help on using the changeset viewer.