summaryrefslogtreecommitdiff
path: root/modules/page.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/page.module')
-rw-r--r--modules/page.module30
1 files changed, 15 insertions, 15 deletions
diff --git a/modules/page.module b/modules/page.module
index efe2820e7..e39a432ef 100644
--- a/modules/page.module
+++ b/modules/page.module
@@ -109,21 +109,21 @@ function page_view($node, $main = 0) {
$theme->node($node, $main);
}
else {
- /*
- ** Extract the page body. If body is dynamic (using PHP code), the body
- ** will be generated.
- */
-
- $output .= page_body($node);
-
- /*
- ** Add the node specific links:
- */
-
- $output .= "<div align=\"right\">". $theme->links(link_node($node, $main)) ."</div>";
-
- $theme->box($node->title, $output);
- }
+ /*
+ ** Extract the page body. If body is dynamic (using PHP code), the body
+ ** will be generated.
+ */
+
+ $output .= page_body($node);
+
+ /*
+ ** Add the node specific links:
+ */
+
+ $output .= "<div align=\"right\">". $theme->links(link_node($node, $main)) ."</div>";
+
+ $theme->box($node->title, $output);
+ }
}
function page_form(&$node, &$help, &$error) {