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
 
 

drupal5

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

Custom Front Page with a Node in drupal

In Drupal 5 you can set a custom front page on your Site Information page found at http://indersingh.com/admin/settings/site-information. At the bottom of that page you will see the following option:

To make a custom front page, just create a new node and then enter the path to that new node in the "Default front page" settings.

For indersingh, if you build a front page on a node at http://indersingh.com/new-front-page, then just enter new-front-page into the "Default front page" settings.

Syndicate content

Back to top

Recent comments

InderSingh.com v1.2
(Feb 05, 2012)