Closed (fixed)
Project:
Semantic Views
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2012 at 09:56 UTC
Updated:
15 Apr 2017 at 07:45 UTC
Jump to comment: Most recent
Hy
I would like to know if it is possible to get the $content-output without the <div> and the <ul>?
I have made a view to list the recent news (title only). With Semantic-View I could merge the output to a minimum, but there is still the <div class="view-content"> and the <ul>. Can sombody help me?
Thank you!
<div class="view-content">
<ul>
<li><a class="ui-link" href="http://XXX.XXXX.XXXX">TITLE</a></li>
<li>...
</ul>
</div>
Comments
Comment #1
Sokratesli commentedComment #2
Scyther commentedBest way I think is to copy the tpl.php file for that view and remove thoes variables from the template file.