include("config.php"); $HEADERNAV=implode("", file($templatepath."headnav.html")); $FOOTER=implode("", file($templatepath."footer.html")); $PORTFOLIO_NAV=implode("", file($templatepath."portfolio_nav.html")); $PORTFOLIO_WEB_SUBNAV=implode("", file($templatepath."portfolio_w_nav.html")); $BRANDS=implode("", file($configpath."right/brands.txt")); ?>