MagicSmoke  $VERSION$
schloss/template/config.php File Reference

Variables

 $CartTimeout =30*60
 
 $ClientSessionTimeout =2*3600
 
 $CustomerResetTime =24 * 60 * 60
 
 $db = new MysqlEngine("localhost","smoke","")
 
 $olddb = new MysqlEngine("localhost","smoke","")
 
 $template ="./template/"
 
 $twigextensions
 
 $twigoptions
 
 $WebCustomerFlags ="newsletter reminder"
 
 $WebDefaultShipping =1
 
 $WebForceShipping =true
 
 $WebOrderFields =array()
 
 $WebOrderFields ['sfc_ack'] ='on'
 
 $WebSessionTimeout =15*60
 
 $WebShowErrors =true
 
 return
 

Variable Documentation

$CartTimeout =30*60
$ClientSessionTimeout =2*3600
$CustomerResetTime =24 * 60 * 60
$db = new MysqlEngine("localhost","smoke","")
$olddb = new MysqlEngine("localhost","smoke","")

Referenced by DBUpgrade\upgrade().

$template ="./template/"
$twigextensions
Initial value:
= array(
'Escaper',
)
$twigoptions
Initial value:
= array(
'cache' => false,
'charset' => 'utf-8',
'strict_variables' => true,
)
$WebCustomerFlags ="newsletter reminder"
$WebDefaultShipping =1
$WebForceShipping =true
$WebOrderFields =array()
$WebOrderFields['sfc_ack'] ='on'
$WebSessionTimeout =15*60
$WebShowErrors =true
return