I have the code:

<div class="side_shadow">
			<div class="spacing_side"></div>
			<div class="sidecontent">
			<?php if (!empty($block->subject)): ?>
			<h2><?php print $block->subject ?></h2>
			<?php endif;?>
			<?php print $block->content ?>
			</div>
</div>

in my block.tpl.php file, located in my theme folder.

My problem lies when view the content.. the source code reads:

      		<div id="block-block-2" class="block block-block">
  <h2>Featured Photos</h2>

  <div class="content">
    <p>Featured Photos will go here!</p>
  </div>
</div>
<div id="block-block-1" class="block block-block">

  <div class="content">
    <p>Featured Merch. will go here!</p>
  </div>
</div>
	  	</div>
<div style="clear:both;"></div>
</div>

Any idea why this is happening?

Comments

Mike H-1’s picture

Bump! Help please. :)

Jeff Burnz’s picture

Have you actually uploaded the new template and you know its on the server?

Did you name it something different, such as block-[suggestion].tpl.php but made a mistake and its not being pulled?

Did you clear the cache in Performance settings?

Did you accidentally upload it to the wrong folder?

Double check everything, its going to be something real simple.