By laxking on
Ok, so I've searched everywhere and I haven't been able to find an answer. What I want to do is have my site-name and site-slogan appear beside my logo.png on 2 separate lines. I am using a customized zen theme but the only customizations are towards style not layout. I'm not sure where to edit to get the effect I would like. Some help would be awesome!
A diagram of what I would like
__
/ \
|logo|site-name
\__ /site-slogan
Feel free to take a look at what it is now. http://www.nwss.ca/new/
Thank you for any help!
Comments
annyone?
anyone?
it is simple
for site name place the following code in your pag.tpl.php anywhere youm want.
print $base_path " title="if ($site_name):print t('Home')">print $site_nameendif;for slogan
if ($site_slogan):print $site_sloganendif;http://dreamweaverdrupalthemeextension.blogspot.com/