how to manually modify $row in a View

vj0914 - June 4, 2008 - 18:38

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

<

<?php
print $options['type'];
?>
>
<?php
foreach ($rows as $row):
?>

  • <?php
    print $row
    ?>
  • <?php
    endforeach;
    ?>

    <
    <?php
    print $options['type'];
    ?>
    >

     
     

    Drupal is a registered trademark of Dries Buytaert.