function

theme_pager

  1. /**
  2.  * Format a query pager.
  3.  *
  4.  * Menu callbacks that display paged query results should call theme('pager') to
  5.  * retrieve a pager control so that users can view other results.
  6.  * Format a list

Custom format_date function

  1. <?php
  2.  
  3.    $month = t(format_date($fields['created']->raw,'custom','M'));
  4.    $day = format_date($fields['created']->raw,'custom','d');
  5.    $calendar = '<div class="datewrap">';
  6.    $calendar .=
Syndicate content