Hi
many thanks for :
<?php echo ucwords(preg_replace("~^(.*?)\..*$~", "$1", $_SERVER[HTTP_HOST])); ?>
but right now its print | (s_slug) | please let me know what is i have to change, that it print | (s_name) |?
what i want exactly is when any users (registered or not registered) going to a region or a city url, the name of that region Or city showing up before or after logo.
i put it in header.php as below:
-----------------------------------------------------------------------------
......
</div>
<div class="clear"></div>
<div class="wrapper">
<div id="logo"><?php echo ucwords(preg_replace("~^(.*?)\..*$~", "$1", $_SERVER[HTTP_HOST])); ?>
<?php echo logo_header(); ?>
......
-----------------------------------------------------------------------------