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

Diff of /contributions/modules/pblog/pblog.module

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

revision 1.5.2.3, Thu May 1 09:18:45 2008 UTC revision 1.5.2.4, Wed May 7 21:18:30 2008 UTC
# Line 15  $items['pblog/%/%'] = array( Line 15  $items['pblog/%/%'] = array(
15      'title' => 'Pblog',      'title' => 'Pblog',
16      'page callback' => 'pblog_image',      'page callback' => 'pblog_image',
17      'page arguments' => array(1, 2),      'page arguments' => array(1, 2),
18      'access arguments' => array('access Pblog'),      'access arguments' => array('access pblog'),
19      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,
20    );    );
21    
# Line 38  function pblog_node_info() { Line 38  function pblog_node_info() {
38    );    );
39  }  }
40    
41    
42  function pblog_view($node, $teaser = FALSE, $page = FALSE) {  function pblog_view($node, $teaser = FALSE, $page = FALSE) {
43    $file_dir = file_directory_path();    $file_dir = file_directory_path();
44    $img_array = array();    $img_array = array();

Legend:
Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4

  ViewVC Help
Powered by ViewVC 1.1.2