| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: hidden.display-pages.inc,v 1.1 2008/12/10 23:03:47 ekes Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 102 |
* page content if is hidden. |
* page content if is hidden. |
| 103 |
*/ |
*/ |
| 104 |
function hidden_view($type, $id) { |
function hidden_view($type, $id) { |
| 105 |
|
if (! $hidden = _hidden_hidden_get($type, $id)) { |
| 106 |
|
drupal_not_found(); |
| 107 |
|
return; |
| 108 |
|
} |
| 109 |
if ($type == 'comment') { |
if ($type == 'comment') { |
| 110 |
$comment = _comment_load($id); |
$comment = _comment_load($id); |
| 111 |
$node = node_load($comment->nid); |
$node = node_load($comment->nid); |