. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ $G_PUBLISH = new Publisher; $oTemplatePower = new TemplatePower(PATH_TPL . 'services/login_getStarted.html'); $oTemplatePower->prepare(); /* $oTemplatePower->newBlock('users'); $oTemplatePower->assign('USR_UID', $aUser['USR_UID']); $oTemplatePower->assign('USR_FULLNAME', $aData['USR_FIRSTNAME'] . ' ' . $aData['USR_LASTNAME'] . ' (' . $aData['USR_USERNAME'] . ')'); */ $G_PUBLISH->AddContent('template', '', '', '', $oTemplatePower); G::RenderPage('publish','raw'); ?>