Changeset 403 for rss.php


Ignore:
Timestamp:
Jan 27, 2009, 9:25:57 AM (15 years ago)
Author:
george
Message:
  • Přidáno: RSS kanál pro seznam finančních příspěvků. * Přidáno: Návod a soubory ke stažení pro testovací realm 3.0.3 WoTLK.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • rss.php

    r389 r403  
    1414  $Items[] = array(
    1515    'Title' => $Row['title'],
    16     'Link' => $Config['Web']['BaseURL'],
     16    'Link' => 'http://'.$_SERVER['SERVER_NAME'].$Config['Web']['BaseURL'],
    1717    'Description' => $Row['short_text']." (".$Row['User'].")",
    1818    'Time' => $Row['UNIX_TIMESTAMP(news.time)'],
Note: See TracChangeset for help on using the changeset viewer.