How to include my class in my block blocktheme-xxx.tpl.php?

Created on 1 February 2013, over 11 years ago
Updated 22 February 2024, 4 months ago

Hi!
Please, tell me.
My class: wood
How to include my class in my block blocktheme-wood.tpl.php?

this is code my block block.tpl.php

            <div class="rt-block">
	<?php if (function_exists(block_class)) ?>
	<?php if ($block->subject) : ?>
		<div class="module-title">
			<div class="module-title2"><h2 class="title"><?php print $block->subject; ?></h2></div>
			<div class="clear"></div>
		</div>
	<?php endif; ?>
			
				
	<div class="module-content">
		
		<?php print $block->content; ?>					
	</div>
			
	</div>
πŸ“Œ Task
Status

Closed: works as designed

Version

1.0

Component

Code

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024