Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
2015-07-24 18:39:01 +0800
Commit
6c33ba5b6d14367888ab8a9f8da3acbff97853de
1 parent
9491ad62
hook.css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
res/min/groupConfig/www.php
website/view/layout/default_layout_mobile.php
res/min/groupConfig/www.php
View file @
6c33ba5
...
...
@@ -27,6 +27,7 @@ return array(
),
'index_mobile.css'
=>
array
(
'//css/mobile.css'
,
'//css/emoji.css'
'//css/emoji.css'
,
'//css/hook.css'
,
)
);
\ No newline at end of file
...
...
website/view/layout/default_layout_mobile.php
View file @
6c33ba5
...
...
@@ -11,6 +11,7 @@
<?php
$this
->
_css
(
'index_mobile.css'
,
array
(
SITE_RES
.
'/css/mobile.css'
,
SITE_RES
.
'/css/emoji.css'
,
SITE_RES
.
'/css/hook.css'
,
));
?>
<?php
$this
->
_block
(
'css'
);
?>
<?php
$this
->
_endblock
();
?>
...
...
Please
register
or
login
to post a comment