2.6. theme_blockright.html

Line 1-2:

<div class="blockTitle"><{$block.title}></div>
<div class="blockContent"><{$block.content}></div>

This HTML file dictates the general layout of the Right Blocks. If the conditional to show right blocks are true, the theme.html file calls this file through a Smarty <{include}> tag.

[Tip]Theme-Building Tips
  • Customize the HTML code as you wish as long as you use the Smarty tags mentioned to place the block title and block contents. A common customization is to convert the divs to a single table with 2 rows.