Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f15bc6f4
Commit
f15bc6f4
authored
Dec 30, 2011
by
Nathaniel Catchpole
Browse files
Issue
#1376502
by TR, vitalsouto: Fixed Code cleanup: Removed empty PHP blocks.
parent
e037d80b
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/themes/seven/maintenance-page.tpl.php
View file @
f15bc6f4
<?php
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"
<?php
print
$language
->
language
?>
"
lang=
"
<?php
print
$language
->
language
?>
"
dir=
"
<?php
print
$language
->
dir
?>
"
>
<head>
...
...
core/themes/seven/page.tpl.php
View file @
f15bc6f4
<?php
?>
<div
id=
"branding"
class=
"clearfix"
>
<?php
print
$breadcrumb
;
?>
<?php
print
render
(
$title_prefix
);
?>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment