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
655289b8
Commit
655289b8
authored
May 10, 2005
by
Dries Buytaert
Browse files
- Fixed typo: $block->title -> $block->subject. Spotted by Morbus.
parent
49304b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/bluemarine/block.tpl.php
View file @
655289b8
<div
class=
"block block-
<?php
print
$block
->
module
;
?>
"
id=
"block-
<?php
print
$block
->
module
;
?>
-
<?php
print
$block
->
delta
;
?>
"
>
<h2
class=
"title"
>
<?php
print
$block
->
title
;
?>
</h2>
<h2
class=
"title"
>
<?php
print
$block
->
subject
;
?>
</h2>
<div
class=
"content"
>
<?php
print
$block
->
content
;
?>
</div>
</div>
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