How I can put custom content on main page of Drupal. I mean somthing like the orange box in drupal.org's main page or the green box of download, etc...

Comments

stephenhendry’s picture

2 choices.

Ues PHPTempalte with some PHP to detect if you are on the front page and if so display a new page / display diffrent code on part of a page.

Else you could use the http://drupal.org/project/front .

I know how to do it the first way but Front module seems to be easy to use.
--------------------------------------
http://www.stephenhendry.net