View file Services and entertainment/plugins/services/service/tv/index.php

File size: 928B
<?
include_once '../../../../sys/inc/start.php';
include_once '../../../../sys/inc/compress.php';
include_once '../../../../sys/inc/sess.php';
include_once '../../../../sys/inc/home.php';
include_once '../../../../sys/inc/settings.php';
include_once '../../../../sys/inc/db_connect.php';
include_once '../../../../sys/inc/ipua.php';
include_once '../../../../sys/inc/fnc.php';
include_once '../../../../sys/inc/user.php';


$set['title']='Онлайн ТВ';
include_once '../../../../sys/inc/thead.php';
title();
err();
aut();



echo '<div class="nav2">';

echo '<center><iframe src="http://m.tvpult.org/" width="640" height="380" style="max-width:100%" bgcolor="#FFFFFF" scrolling="auto" frameborder="0" allowtransparency="true" allowScriptAccess="always" allowFullScreen="true">iframe not support!</iframe><br /></center>';

echo '</div>';    


include_once '../../../../sys/inc/tfoot.php';

?>