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-08-31 15:10:58 +0800
Commit
5c319738b6a54e79f4fc6fa06a7036078ec5ae25
1 parent
1a8c66da
推荐商品
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletions
res/images/yohood/recom.jpg
website/controller/Product.class.php
website/view/script/product/recommend.php
website/view/script/product/recommendmobile.php
res/images/yohood/recom.jpg
0 → 100644
View file @
5c31973
6.54 MB
website/controller/Product.class.php
View file @
5c31973
...
...
@@ -15,7 +15,7 @@ class Controller_Product extends Controller_Abstract
*/
public
function
recommendAction
()
{
$this
->
_viewname
=
'/../default/other'
;
}
/**
...
...
website/view/script/product/recommend.php
0 → 100644
View file @
5c31973
<?php
$this
->
_extends
(
'layout/default_layout'
);
?>
<?php
$this
->
_block
(
'main'
);
?>
<img
src=
"
<?php
echo
SITE_RES
.
'/images/yohood/recom.jpg'
;
?>
"
/>
<?php
$this
->
_endblock
();
?>
\ No newline at end of file
...
...
website/view/script/product/recommendmobile.php
0 → 100644
View file @
5c31973
<?php
$this
->
_extends
(
'layout/default_layout_mobile'
);
?>
<?php
$this
->
_block
(
'main'
);
?>
<img
src=
"
<?php
echo
SITE_RES
.
'/images/yohood/recom.jpg'
;
?>
"
/>
<?php
$this
->
_endblock
();
?>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment