Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2e43215b
Commit
2e43215b
authored
Oct 18, 2002
by
Dries
Browse files
- Removed dead code.
parent
30447b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
2e43215b
...
...
@@ -6,7 +6,6 @@
page_header
();
if
(
module_hook
(
variable_get
(
"site_frontpage"
,
"node"
),
"page"
))
{
eval
(
variable_get
(
"site_frontpage_extra"
,
""
)
.
";"
);
module_invoke
(
variable_get
(
"site_frontpage"
,
"node"
),
"page"
);
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment