예제 #1
0
 private function prepareWelcomeMessage()
 {
     $text = 'Simlandia helps you connect and share with the people in your life.';
     $welcomeMessage = DOMFactory::getDiv($text)->addClass('bold');
     $this->template->welcomeMessage = DOMFactory::getLi($welcomeMessage);
 }