Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443488
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443488
Commits
5aa2bad9
Commit
5aa2bad9
authored
19 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#29283
: bluemarine mistakenly loads home page every time.
parent
789dd294
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/bluemarine/page.tpl.php
+5
-7
5 additions, 7 deletions
themes/bluemarine/page.tpl.php
with
5 additions
and
7 deletions
themes/bluemarine/page.tpl.php
+
5
−
7
View file @
5aa2bad9
...
...
@@ -13,15 +13,13 @@
<table
border=
"0"
cellpadding=
"0"
cellspacing=
"0"
id=
"header"
>
<tr>
<td
id=
"logo"
>
<a
href=
"./"
title=
"Home"
><img
src=
"
<?php
print
$logo
?>
"
alt=
"Home"
/></a>
<h1
class=
'site-name'
><a
href=
"./"
title=
"Home"
>
<?php
print
$site_name
?>
</a></h1>
<div
class=
'site-slogan'
>
<?php
print
$site_slogan
?>
</div>
<?php
if
(
$logo
)
{
?>
<a
href=
"./"
title=
"Home"
><img
src=
"
<?php
print
$logo
?>
"
alt=
"Home"
/></a>
<?php
}
?>
<?php
if
(
$site_name
)
{
?>
<h1
class=
'site-name'
><a
href=
"./"
title=
"Home"
>
<?php
print
$site_name
?>
</a></h1>
<?php
}
?>
<?php
if
(
$site_slogan
)
{
?>
<div
class=
'site-slogan'
>
<?php
print
$site_slogan
?>
</div>
<?php
}
?>
</td>
<td
id=
"menu"
>
<div
id=
"secondary"
>
<?php
print
theme
(
'links'
,
$secondary_links
)
?>
</div>
<div
id=
"primary"
>
<?php
print
theme
(
'links'
,
$primary_links
)
?>
</div>
<?php
if
(
$secondary_links
)
{
?>
<div
id=
"secondary"
>
<?php
print
theme
(
'links'
,
$secondary_links
)
?>
</div>
<?php
}
?>
<?php
if
(
$primary_links
)
{
?>
<div
id=
"primary"
>
<?php
print
theme
(
'links'
,
$primary_links
)
?>
</div>
<?php
}
?>
<?php
if
(
$search_box
)
{
?>
<form
action=
"
<?php
print
$search_url
?>
"
method=
"post"
>
<div
id=
"search"
>
<input
class=
"form-text"
type=
"text"
size=
"15"
value=
""
name=
"edit[keys]"
alt=
"
<?php
print
$search_description
?>
"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment