Remove text in the header - Joomla! Forum - community, help and support


hi guys,

im new here in joomla, i'm trying remove text header , got stuck.
i understand have remove bit of code in there:
<div id="header">
<?php
$sitename = $tmptools->sitename();
if ($tmptools->getparam('logotype')=='image'): ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $sitename; ?>"><span><?php echo $sitename; ?></span></a>
</h1>
<?php else:
$logotext = (trim($tmptools->getparam('logotext'))=='') ? $config->sitename : $tmptools->getparam('logotext');
$slogantext = (trim($tmptools->getparam('slogantext'))=='') ? jtext::_('site slogan') : $tmptools->getparam('slogantext'); ?>
<h1 class="logo-text">
<a href="index.php" title="<?php echo $sitename; ?>"><span><?php echo $logotext; ?></span></a>
</h1>
<p class="site-slogan"><?php echo $slogantext;?></p>
<?php endif; ?>

<?php $tmptools->gentoolmenu(ja_tool_font, 'png'); ?>

but im lost.... please help....

thanks in advance

in ja purity template, if choose use logo type image there no need remove logo text , slogan text. logo text , slogan text used if use logo text parameter logo type.

open template edit in template manager , see these parameters.





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい