PageRenderTime 54ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/system/application/views/page/view.php

https://bitbucket.org/zhemel/cloudengine
PHP | 22 lines | 21 code | 1 blank | 0 comment | 1 complexity | ea05080e762669ef3683447e66ac6158 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, BSD-3-Clause
  1. <?php /*-/-Translators: ** Start of the VIEWS / ABOUT section. ** */ ?>
  2. <div class="grid headline">
  3. <div class="c1of1">
  4. <h1><?= $page->title ?></h1>
  5. </div>
  6. </div>
  7. <div id="region1">
  8. <div class="grid g1">
  9. <div class="c1of1">
  10. <?= $page->body ?>
  11. </div>
  12. </div>
  13. </div>
  14. <div id="region2">
  15. <?php $this->load->view('search/search_box'); ?>
  16. <?php $this->load->view('user/user_block'); ?>
  17. <p>
  18. <?=t("You can also search for [link-up]people[/link] and [link-ui]institutions[/link]",
  19. array('[link-up]' => t_link('user/people'), '[link-ui]' => t_link('user/institution_list')))?>
  20. </p>
  21. </div>