#//v.3.0.0 #/////////////////////////////////////////////////////// #// COPYRIGHT 2004 Phpauction.org ALL RIGHTS RESERVED// #/////////////////////////////////////////////////////// ?>
if (is_file("./modules/stores/store.php")) { if($STORESENABLED == 'y') { require('./modules/stores/includes/messagesst.inc.php'); if($PHPAUCTION_HAS_STORE) { include "./modules/stores/templates/template_storepanel_php.html"; } else { include "./modules/stores/templates/template_openstore_php.html"; } } } ?> |