By nanbeiyu on
hi,all
I create a page view, display list page of a specific images term, the views-list-image_list.tpl.php
and "function phptemplate_views_view_list_image_list($view, $nodes, $type) " of template.php was generated by the views theming wizard,views template to output one 'row' of a view.
I hope views template to output two 'rows' display list page of a specific images term
(display thumbnail and article title),
How do? Thanks very much!
Comments
Example
+------------------+--------------------+
|
|
|thumbnail A-------+-------thumbnail B
|
|
|article title A------+-------article title B
|---------------------------------------+
|
|
|thumbnail C-------+-------thumbnail D
|
|
|article title C--------------article title D
|-------------------+-------------------+
views-list-image_list.tpl.php
views-list-image_list.tpl.php code
Please help me! thanks!
Please help me! thanks!
Example
Example