/[drupal]/contributions/modules/click/click.module
ViewVC logotype

Diff of /contributions/modules/click/click.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8, Mon Jun 16 15:03:06 2008 UTC revision 1.8.2.1, Sun Sep 14 00:09:27 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  //$Id$  //$Id: click.module,v 1.8 2008/06/16 15:03:06 kbahey Exp $
4  //$Name$  //$Name: DRUPAL-6--1 $
5  // Copyright 2005 Khalid Baheyeldin http://2bits.com  // Copyright 2005 Khalid Baheyeldin http://2bits.com
6    
7  define(CLICK_IGNORE_SITE,         'click_ignore_site');  define(CLICK_IGNORE_SITE,         'click_ignore_site');
# Line 140  function click_view($nid) { Line 140  function click_view($nid) {
140      $rows[] = array(array('data' => ('Last  click at: ')),  array('data' => format_date($click->last, 'custom', $fmt)));      $rows[] = array(array('data' => ('Last  click at: ')),  array('data' => format_date($click->last, 'custom', $fmt)));
141      $output .= $group . theme('table', array(), $rows);      $output .= $group . theme('table', array(), $rows);
142    }    }
143    return theme('page', $output);    return $output;
144  }  }
145    
146  function click_report() {  function click_report() {
# Line 173  function click_report() { Line 173  function click_report() {
173      $rows[] = array(array('data' => $pager, 'colspan' => '4'));      $rows[] = array(array('data' => $pager, 'colspan' => '4'));
174    }    }
175    
176    return theme('page', theme('table', $header, $rows), t('Click Thru Report'));    return theme('table', $header, $rows, t('Click Thru Report'));
177  }  }
178    
179  function click_do($nid, $group) {  function click_do($nid, $group) {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.1

  ViewVC Help
Powered by ViewVC 1.1.2