Changeset 438 for trunk/aktuality
- Timestamp:
- Oct 13, 2012, 1:24:58 PM (12 years ago)
- Location:
- trunk/aktuality
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/import_kino_vatra.php
r310 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 $SourceURL = 'http://www.dkvsetin.cz/rss/kino/8'; -
trunk/aktuality/import_obec_hovezi.php
r310 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 $SourceURL = 'http://www.obec-hovezi.cz/web/rss.xml'; -
trunk/aktuality/import_tv_beskyd.php
r310 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 $SourceURL = 'http://dviproduction.cz/video/playlist.xml'; -
trunk/aktuality/import_zdechov_cz_aktuality.php
r322 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 $SourceURL = 'http://www.zdechov.cz/'; -
trunk/aktuality/import_zdechov_cz_zapisy.php
r322 r438 1 1 <?php 2 2 3 include ('../global.php');3 include_once('../Common/Global.php'); 4 4 5 5 $SourceURL = 'http://www.zdechov.cz/?page=uredni_deska'; -
trunk/aktuality/index.php
r311 r438 1 1 <?php 2 2 3 include_once('../ global.php');3 include_once('../Common/Global.php'); 4 4 5 5 class NewsPage extends Page -
trunk/aktuality/rss.php
r196 r438 3 3 Header('Content-Type: text/xml'); 4 4 5 include_once('../ global.php');5 include_once('../Common/Global.php'); 6 6 include_once('rss_generator.php'); 7 7 -
trunk/aktuality/subscription.php
r196 r438 1 1 <?php 2 2 3 include_once('../ global.php');3 include_once('../Common/Global.php'); 4 4 5 5 class NewsRSSChannelPage extends Page
Note:
See TracChangeset
for help on using the changeset viewer.