File Manager

Path: /home/u153614772/domains/aitradingintelligence.org/public_html/backup/

Viewing File: news.php

<?php

$title = "News";
$label = 'Latest News';
include 'header.php';
?>


<div id="otherbg">
        <div id="sub_otherbg">

                <div class="one_news">
                    <div class="newsi">
                        <img src="assets/images/news.png" style="width:100px;">
                    </div>
                    <div class="news_right">

<table cellspacing=1 cellpadding=2 border=0 width=100%>
<tr>
 <td colspan=3 align=center>No news found</td>
</tr>
</table>
</div>
                </div>
</div>
</div>
</div>
<?php include 'footer.php';?>