Skip to content

Commit f365720

Browse files
committed
CodeIgniter-Blog v2.4.10 Optimized website UI.
1 parent 8792f3d commit f365720

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

application/views/about.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
<!--left-->
2727
<div class="left" id="about_me">
2828
<div class="weizi">
29-
<div class="wz_text">当前位置:首页><h1>关于我</h1></div>
29+
<div class="wz_text">
30+
当前位置:首页><font color="red">关于我</font>
31+
</div>
3032
</div>
3133
<div class="about_content">
3234
博主是一个草根站长,喜欢研究web技术,也喜欢和每个友好的人做朋友。有点害羞,不常说话。(*/ω\*)

application/views/category.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
<!--left-->
2727
<div class="left" id="learn">
2828
<div class="weizi">
29-
<div class="wz_text">当前位置:首页><h1>文章分类</h1></div>
29+
<div class="wz_text">
30+
当前位置:首页><font color="red">文章分类</font>
31+
</div>
3032
</div>
3133
<div class="content_text">
3234
<!--wz--><?php if (isset($rows)) { foreach ($rows as $row):?>

application/views/diaries.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
<!--left-->
2828
<div class="left" id="riji">
2929
<div class="weizi">
30-
<div class="wz_text">当前位置:首页><h1>个人日记</h1></div>
30+
<div class="wz_text">
31+
当前位置:首页><font color="red">个人日记</font>
32+
</div>
3133
</div>
3234
<div class="rj_content">
3335
<!--时光--><?php if (isset($rows)) { foreach ($rows as $row):?>

application/views/guestbook.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626
<!--left-->
2727
<div class="left" id="c_left">
2828
<div class="weizi">
29-
<div class="wz_text">当前位置:首页><h1>留言板</h1></div>
29+
<div class="wz_text">
30+
当前位置:首页><font color="red">留言板</font>
31+
</div>
3032
</div>
31-
3233
<div class="g_content">
3334
有什么想对我说的嘛?&nbsp&nbsp<a href="<?php echo base_url('home/message');?>">给我留言</a>
3435
<?php if (isset($rows)) { foreach ($rows as $row):?>

application/views/home.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<html lang="zh-CN">
66
<head>
77
<meta charset="UTF-8">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
89
<title>Nova's blog - 某普通上班族的博客</title>
910
<meta name="google-site-verification" content="" />
1011
<meta name="baidu-site-verification" content="" />

application/views/photos.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
<!--content start-->
2424
<div id="content_xc">
2525
<div class="weizi">
26-
<div class="wz_text">当前位置:首页><h1>相册展示</h1></div>
26+
<div class="wz_text">
27+
当前位置:首页><font color="red">相册展示</font>
28+
</div>
2729
</div>
2830
<div class="xc_content">
2931
<div class="con-bg">

application/views/tweets.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
<!--content start-->
2525
<div id="say">
2626
<div class="weizi">
27-
<div class="wz_text">当前位置:首页><h1>碎言碎语</h1></div>
27+
<div class="wz_text">
28+
当前位置:首页><font color="red">碎言碎语</font>
29+
</div>
2830
</div>
2931
<?php if (isset($rows)) { foreach ($rows as $row): ?>
3032
<ul class="say_box">

0 commit comments

Comments
 (0)