|
$pp = $_GET["p"];
$pp = ereg_replace('.html', '', $pp);
$pp = ereg_replace('.htm', '', $pp);
$pp .= "_content.htm";
include $pp;
?>
|
 |
|
|
|
|
Stay informed with the latest news and updates from from HelpJames.org by signing up your email below. |
|
|
|
|
|
We respect your privacy
|
|
 |
|
|
|
require_once('news/define.inc.php');
require_once('news/funcs.inc.php');
require_once('news/db.inc.php');
require_once('news/phpthumb/phpthumb.class.php');
include("site_borders.php");
echo $latest_news_html;
?>
|