Example #1
0
 function __construct()
 {
     parent::__construct();
     $title = defined('Config::SongbookHeadline') ? Config::SongbookHeadline : 'The BIG UKE Book';
     $this->EditAjaxUri = Ugs::MakeUri(Actions::AjaxNewSong);
     $this->LogoutUri = Ugs::MakeUri(Actions::Logout);
     $this->Headline = $title;
     $this->SubHeadline = defined('Config::SongbookSubHeadline') ? Config::SongbookSubHeadline : 'Sample Styled Songbook »';
     $this->PageTitle = $title . ' ' . Config::PageTitleSuffix;
 }
 function __construct()
 {
     parent::__construct();
     $this->SongbooktUri = Ugs::MakeUri(Actions::Songbook);
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->FormPostUri = Ugs::MakeUri(Actions::Login);
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
     $this->UpdateAjaxUri = Ugs::MakeUri(Actions::AjaxUpdateSong);
 }