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

Sokratesli’s picture

Assigned: Sokratesli » Unassigned
Scyther’s picture

Issue summary: View changes
Status: Active » Fixed
Issue tags: -semantic views

Best way I think is to copy the tpl.php file for that view and remove thoes variables from the template file.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.