| 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 |
|
|
| 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(); |