Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =Links anchor=
- <?php
- $node = node_load($data->nid);
- print l('<div class="thumbnail_text">' . substr(strip_tags($node->teaser),0,80) . '...' . '</div>' , '#', array('external' => TRUE, 'query' => NULL, 'html' => TRUE));
- =item number for views=
- <?php
- $view = views_get_current_view();
- print '<div class="view-counter">Tenemos: ' . $view->total_rows . ' recursos</div>';
- ?>
- format_date($vars['node']->created, 'custom', 'l, d \d\e F \d\e\l Y')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement