viewModel->getTplData(ViewModel::FLD_ACTION); $icon = $this->viewModel->getTplData(ViewModel::FLD_ICON); $installCount = $this->viewModel->getTplData(ViewModel::FLD_INSTALLS_COUNT); $ucAction = ucfirst($action); /** @noinspection SpellCheckingInspection */ $this->loadTplBlock( 'Title.tpl', [ 'title' => "{$ucAction}ging WordPress Installations...", 'icon' => $icon ] ); ?>
ging 0 out of ...
loadTplBlock( 'ButtonPanelBackNext.tpl', [ 'back' => 'Back', 'backDo' => 'lscwp_manage', 'visibility' => 'hidden' ] ); ?>
loadTplBlock( 'DivMsgBox.tpl', [ 'id' => 'errMsgs', 'class' => 'scrollable' ] ); ?>
loadTplBlock( 'DivMsgBox.tpl', [ 'id' => 'succMsgs', 'class' => 'scrollable' ] ); ?>