Skip to content
Snippets Groups Projects
Commit 6cda9ffd authored by László Csécsy's avatar László Csécsy Committed by Dénes Szabó
Browse files

Fixed #1030088 by Boobaa: removed debug garbage from the template.

parent 8aaef615
Branches 6.x-1.x
Tags 6.x-1.1
No related merge requests found
...@@ -46,11 +46,10 @@ ...@@ -46,11 +46,10 @@
* @see template_preprocess() * @see template_preprocess()
* @see template_preprocess_node() * @see template_preprocess_node()
*/ */
?><h1>hahóóó</h1> ?>
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block"> <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
<?php print $picture ?> <?php print $picture ?>
<h1>shortcode default</h1>
<?php if (!$page): ?> <?php if (!$page): ?>
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
<?php endif; ?> <?php endif; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment