Skip to: site menu |main content

Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.

Advertisements

Contact me to place your Ads Here..

Powered by Drupal, an open source content management system

Syndicate

Syndicate content

status

Block.tpl.php file variables for drupal 5x and 4x versions of drupal theme

Lays out content for blocks (left and/or right side of page). This template is optional, and can be overridden by copying the default template and modifying it.
Available variables

The $block object includes:

<?php
$block
->module
    The name of the module that generated the block
.
$block->delta
    The number of the block
for a particular module.
$block->subject
    The block title
.
?>

<?php
$block->content
The html content for the block.
$block->status
Status of block (0 or 1).
$block->region

Syndicate content

Back to top