[Welcome] Mini header and text changes
这个提交包含在:
父节点
f9abd5d633
当前提交
d7efc67f99
共有 2 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -22,7 +22,7 @@ class Welcome extends CI_Controller {
|
|||
$data['NumberOfStationLogbooks'] = $this->logbooks_model->CountAllStationLogbooks();
|
||||
|
||||
// load views
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('interface_assets/mini_header', $data);
|
||||
$this->load->view('welcome/index');
|
||||
$this->load->view('interface_assets/footer');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<h2><?php echo $page_title; ?></h2>
|
||||
<h1 class="display-3"><?php echo $page_title; ?></h1>
|
||||
|
||||
<p class="lead">After many years and hard work Cloudlog version 2.0 has finally arrived, this brings multi-user support, logbooks to group station locations, improved code with lots of speed increases sprinkled around.</p>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
<div class="card">
|
||||
<div class="card-header">Cronjob Refresher</div>
|
||||
<div class="card-body">
|
||||
<p class="card-text">Needs Text</p>
|
||||
<p class="card-text">Theres some new cronjobs to add with version 2.0.</p>
|
||||
|
||||
<code>
|
||||
# Update the Cloudlog installation every day at midnight <br>
|
||||
|
|
|
|||
正在加载…
在新工单中引用