Drupal 4.6.5

What I'm trying to do is edit what is displayed in the right sidebar and need to know where the content comes from and how I can edit individual items of the blocks that are set to be displayed in the right sidebar. Can anyone give any hints? How would I add my own custom div around the login information for example?

Your advice would be much appreciated!

Comments

slayerment’s picture

The content can be found and edited in administer > blocks.

You can change the theme of you blocks by editing your block.tpl.php file.

As far as actually editing each block item individually you may need to edit the modules that create those blocks. For instance the login block is created in the user module.