Load("main"); $template_main->Localize($locale->strings); $template_main->Compile(array( 'server-location' => $sContainer->sNode->sPhysicalLocation, 'operating-system' => $sContainer->sTemplate->sName, 'guaranteed-ram' => "{$sContainer->sGuaranteedRam}MB", 'burstable-ram' => "{$sContainer->sBurstableRam}MB", 'disk-space' => "{$sContainer->sDiskSpace}MB", 'total-traffic-limit' => "{$sContainer->sTotalTrafficLimit} bytes", 'bandwidth-limit' => "100mbit", )); $template_main->Output(); ?>