<?php
require_once('/home/energion/public_html/aws/store_util.php');
require('/home/energion/public_html/php/ene_util.php');
$IndexBaseURL = 'http://books.energion.com/';
$store = 'Bibles';
$page = 'Parallel';
$cat = '';
$subcat = '';
//$link = get_page_link();
//$cats = explode('/',$link);
//print_r($cats);
//$i = count($cats) – 1;
//echo '
Count: ‘.$i.’
‘;
//$j = 0;
//while ($i > -1 && $cats[$i] != ‘energion-com-book-store’) {
// if ($cats[$i])
// $t[$j] = $cats[$i];
// $j++;
// $i–;
//}
//$store = $t[0];
//$page = $t[1];
//$cat = $t[2];
//$subcat = $t[3];
//echo ‘
‘;
//for ($i=0; $i<4; $i++)
// echo $t[$i].'
‘;
//echo ‘
‘;
//$page = ‘Parallel’;
require(‘/home/energion/public_html/bookblog/wp-content/ene_catalog.php’);
?>
