By vj0914 on
I have created a view with list format, now I am trying to manually modify the $row variable, I am not sure where It assigns values to $row, can anyone give me a hand on this?
this is the code of views-view-list.tpl.php
<
print $options['type']; > foreach ($rows as $row):
print $row endforeach;
< print $options['type']; >