天兔修改登录页的title

1.将 /opt/lampp/htdocs/lepus/application/views/login.php 文件中

第6行    

 <title><?php echo $this->lang->line('login'); ?>-<?php echo $this->lang->line('lepus'); ?> <?php echo $this->lang->line('database_monitor_system'); ?></title>

修改为:

    <title><?php echo $this->lang->line('login'); ?>-<?php echo $this->lang->line('lepus'); ?> <?php echo 监控系统 ?></title>

第66行

                <span style="float:left;"><img src="./images/logo.png"/></span><a class="brand" href="<?php echo site_url('index')?>">&nbsp;<span class="first"><?php echo $this->lang->line('lepus'); ?></span> <span class="second"><?php echo $this->lang->line('database_monitor_system'); ?></span></a>

修改为

                <span style="float:left;"><img src="./images/logo.png"/></span><a class="brand" href="<?php echo site_url('index')?>">&nbsp;<span class="first"><?php echo 天兔?></span> <span class="second"><?php echo 监控系统?></span></a>
原文地址:https://www.cnblogs.com/jingzaixin/p/11943567.html