[Welcome] Mini header and text changes

这个提交包含在:
Peter Goodhall 2022-10-09 17:01:05 +01:00
父节点 f9abd5d633
当前提交 d7efc67f99
共有 2 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -22,7 +22,7 @@ class Welcome extends CI_Controller {
$data['NumberOfStationLogbooks'] = $this->logbooks_model->CountAllStationLogbooks(); $data['NumberOfStationLogbooks'] = $this->logbooks_model->CountAllStationLogbooks();
// load views // 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('welcome/index');
$this->load->view('interface_assets/footer'); $this->load->view('interface_assets/footer');
} }

查看文件

@ -9,7 +9,7 @@
</div> </div>
<?php } ?> <?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> <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">
<div class="card-header">Cronjob Refresher</div> <div class="card-header">Cronjob Refresher</div>
<div class="card-body"> <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> <code>
# Update the Cloudlog installation every day at midnight <br> # Update the Cloudlog installation every day at midnight <br>