I am using the theme:
Internet Center

but want to remove:

Today is: 21 November, 2006
Check todays hot topics or new pictures

from the top of the site, entirely.

I just started using Drupal about an hour ago, so any help for a noob would be appreciated!

So far, so good.

Thanks!

Comments

VM’s picture

open page.tpl.php in your theme and find:

<div class="top_info_left">
					<p>Today is: <b><?php print date('j F, Y') ?></b><br />
					Check todays <a href="#">hot topics</a> or <a href="#">new pictures</a></p>
				</div>