File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ New Material 是一款遵循 Material Design 的 Typecho 主题
35
35
36
36
- Author 作者:Manyang901
37
37
- Original Author 原作者:Viosey
38
- - Version 版本:2.7 .0
38
+ - Version 版本:2.8 .0
39
39
- [ ![ Gitter] ( https://img.shields.io/gitter/room/material-theme/typecho.svg?style=flat-square )] ( https://gitter.im/material-theme/typecho?utm_source=share-link&utm_medium=link&utm_campaign=share-link )
40
40
41
41
## Feature 特性
Original file line number Diff line number Diff line change 3
3
* Typecho functions entry point
4
4
*/
5
5
6
- define ('VERSION ' , '2.7 .0 ' );
6
+ define ('VERSION ' , '2.8 .0 ' );
7
7
require_once ('inc/functions/themeOptions.php ' );
8
8
require_once ('inc/functions/thumbNail.php ' );
9
9
require_once ('inc/functions/extra.php ' );
Original file line number Diff line number Diff line change 5
5
*
6
6
* @package New.Material
7
7
* @author Viosey & Manyang901
8
- * @version 2.7 .0
8
+ * @version 2.8 .0
9
9
* @link https://github.com/manyang901/material
10
10
*
11
11
*/
130
130
<div class="main-logo-title mdui-float-left mdui-text-color-theme-secondary">
131
131
<?php $ this ->options ->title (); ?>
132
132
</div>
133
-
133
+
134
134
<div class="mdui-toolbar-spacer"></div>
135
135
136
136
<div id="main-search-container" class="main-search" >
137
137
<div class="main-search-form-wrapper">
138
138
<form method="post" action="" class="main-search-form">
139
-
139
+
140
140
<input id="main-search-text" type="text" name="s" class="text" size="16" />
141
141
<input type="submit" class="submit mdui-btn mdui-btn-dense mdui-btn-raised mdui-color-white" value="Search" />
142
-
142
+
143
143
</form>
144
-
144
+
145
145
<button id="main-search-close" class="mdui-btn mdui-btn-icon mdui-btn-dense mdui-ripple">
146
146
<i class="mdui-icon material-icons">close</i>
147
147
</button>
148
148
149
149
</div>
150
150
</div>
151
-
151
+
152
152
<button id="main-search-btn" class="mdui-float-right mdui-btn mdui-btn-icon">
153
153
<i class="mdui-icon material-icons">search</i>
154
154
</button>
Original file line number Diff line number Diff line change 5
5
*
6
6
* @package New.Material
7
7
* @author Viosey & Manyang901
8
- * @version 2.7 .0
8
+ * @version 2.8 .0
9
9
* @link https://github.com/manyang901/material
10
10
*
11
11
*/
Original file line number Diff line number Diff line change 5
5
*
6
6
* @package New.Material
7
7
* @author Viosey & Manyang901
8
- * @version 2.7 .0
8
+ * @version 2.8 .0
9
9
* @link https://github.com/manyang901/material
10
10
*/
11
11
12
- $ this ->need ('inc/header.php ' );
12
+ $ this ->need ('inc/header.php ' );
13
13
if ($ this ->options ->langis == '0 ' ) {
14
14
require_once (dirname (__FILE__ ) . '/inc/lang/en-us.php ' );
15
15
} elseif ($ this ->options ->langis == '1 ' ) {
You can’t perform that action at this time.
0 commit comments