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
10 years ago
Commit
8b271c2ea87aa61b26f721461b8a5edac15f14a1
1 parent
bc70eb01
客户端不需要head
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
website/view/script/activity/planmobile.php
website/view/script/activity/planmobile.php
View file @
8b271c2
...
...
@@ -13,7 +13,7 @@
<?php if(
$nav['timestamp']
==
$this->view
->currentday &&
$nav['enable']
) echo 'class="
current
"';
else if (!
$nav['enable']
) echo 'class="
disable
"';?>
>
<a href="
/
activity
/
plan
/
currentday
/<?
php
echo
$nav
[
'timestamp'
];
?>
">
<?php
echo
date
(
'm-d'
,
$nav
[
'timestamp'
]);
?>
</a>
<a href="
<?
php
echo
url
(
'activity/plan'
,
array
(
'currentday'
=>
$nav
[
'timestamp'
]))
?>
">
<?php
echo
date
(
'm-d'
,
$nav
[
'timestamp'
]);
?>
</a>
</li>
<?php
endforeach
;
?>
</ul>
...
...
Please
register
or
login
to post a comment