In most themes the title is declared in the function theme_page. I need to declare node titles in the function themes_node but still want to keep the title in theme_page so all other pages get there titles.
I use the following if statement in function theme_page to avoid double node titles. It seems to work but feels like a crude way to fix it. Any better suggestions?
That is a link to an early draft of my site. I'm aiming for a "small corporate" feel (if that makes sense). I'm just looking for some feedback of what I've developed so far. Any tips on how the text flow, format, fonts, etc. etc. should work would be appreciated. I'm no developer or artist, so be gentle. Thanks.
i'm trying to customize my theme to display just the date on entries, and not include the time. it looks like i'll have to customize the format_date function in the common.inc file, but i'm not sure exactly how to do it. has anyone done this before?