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
3a62ae3416816ee6bd3ce289a21a05da12fe04b3
1 parent
5c319738
推荐
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
website/view/script/product/recommend.php
website/view/script/product/recommend.php
View file @
3a62ae3
<?php
$this
->
_extends
(
'layout/default_layout'
);
?>
<?php
$this
->
_block
(
'main'
);
?>
<img
src=
"
<?php
echo
SITE_RES
.
'/images/yohood/recom.jpg'
;
?>
"
/>
<img
src=
"
<?php
echo
SITE_RES
.
'/images/yohood/recom.jpg'
;
?>
"
style=
"margin: 0 auto; width: 100%;"
/>
<?php
$this
->
_endblock
();
?>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment