Forums
(@anmaraya)
10 years, 5 months ago
Hi,
I was trying to change a part to include a logo with the text, but decided against it. I had a copy of the original script, but I might have had some errors in putting it back. The entire section can be found below:
<!——-custom logo and custom test and defualt logo text——–> ” class=”brand”> <?php if($rambo_current_options[‘rambo_texttitle’] ==”on”) { ?> <?php $blogname = get_bloginfo( ); $blogname1 = substr($blogname,0,1); $blogname2 = substr($blogname,1); ?> <span class=”logo-title”><?php echo ucfirst($blogname1); ?><small><?php echo $blogname2; ?></small></span> <?php else if } ($rambo_current_options[‘upload_image_logo’]!=”) { ?><img id=”logo_image” src=”<?php echo $rambo_current_options[‘upload_image_logo’]; ?>” />
} ?>
<!—— end of logo ——–>
The section starting “<span class” was where the initial changes were done.
I hope you could help me trace where the error is.
Thank you!