add localization and move timezone selection to the right place
This commit is contained in:
parent
df074f5a01
commit
da7cda02f9
15 changed files with 141 additions and 13 deletions
|
|
@ -65,6 +65,9 @@
|
|||
// Get seminary
|
||||
$seminary = $this->Seminaries->getSeminaryByUrl($seminaryUrl);
|
||||
|
||||
// Created user
|
||||
$seminary['creator'] = $this->Users->getUserById($seminary['created_user_id']);
|
||||
|
||||
|
||||
// Pass data to view
|
||||
$this->set('seminary', $seminary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue