
step 1
create the block in block admin with a unique name title example "gallery".
step 2
edit yours themes "theme_blockcenter_r.html" and amend it to this code(themes example is x2t):
<{if $block.title =="gallery"}>
<{$block.title}> ///this is to call to block gallery
<{$block.content}> ///amend as you wish
<{else}>
/// this is for normal block
/// amend as you wish
<{/if}>
step 3 upload "theme_blockcenter_r.html"
