hi!!!

i need to make some theme...

there is a problem

i want to make a indexpage, which will be individual and won't look like other pages

Comments

nevets’s picture

In Drupal index.php is Drupal's main page, you create pages as nodes, views, panels and more. You theme the overall page with page.tpl.php or a variation based on template suggestions.

So what do you want in the special page?

rish-vitalio’s picture

on this indexpage i want to include some flash menu.

but if i include the flash, i need to change all interface

dono1’s picture

rish,
     nevets is spot on with using your page.tpl.php. You can embed your "object tags", the flash menu in your page.tpl.php. Same way as you would embedding it in an HTML container.

     If you embed your object tags/flash content inside the page.tpl.php, the flash menu will exist site wide.

     The alternative to only have that flash menu located on 1 page, is to embed the flash content through a block, by setting up a block with your object tags in the region you want it it, for example: The header region. To embed your flash content in a block, you paste the object tags in the block...then place your block in the header region.

rish-vitalio’s picture

i meen, that we have 2 different types of pages: the first type is using on indexpage and the second is used on others

dono1’s picture