關於網頁的logo修改
- peko7018
-
Topic Author
- 訪客
-
因為使用的templetes點選logo的地方選右鍵看內容 只能看到網址..
小弟特別看了一下原始檔..
只找到了下面的部份 .. 但卻不知如何修改 ..
<?php if ($show_logo == "true" or $this->countModules('logo') or $this->countModules('search')) : ?>
<div id="header-bar">
<?php if ($this->countModules('logo')) : ?>
<div class="logo-module"><jdoc:include type="modules" name="logo" style="xhtml" /></div>
<?php elseif ($show_logo == "true") : ?>
<a href="<?php echo $this->baseurl; ?>" id="logo">
<?php if ($show_logo_slogan == "true") : ?>
<span class="logo-text"><?php echo $logo_slogan; ?></span>
<?php endif; ?>
<?php endif; ?>
<?php if ($this->countModules('search')) : ?>
<jdoc:include type="modules" name="search" style="search" />
<?php endif; ?>
</div>
煩請各位先進可以不吝指教...
先跟各位大大說聲謝謝了^^
Please 登入 to join the conversation.
- yogur27
-
- 訪客
-

peko7018 寫了道:: 小弟是joomla的新手..
因為使用的templetes點選logo的地方選右鍵看內容 只能看到網址..
小弟特別看了一下原始檔..
只找到了下面的部份 .. 但卻不知如何修改 ..
<?php if ($show_logo == "true" or $this->countModules('logo') or $this->countModules('search')) : ?>
<div id="header-bar">
<?php if ($this->countModules('logo')) : ?>
<div class="logo-module"><jdoc:include type="modules" name="logo" style="xhtml" /></div>
<?php elseif ($show_logo == "true") : ?>
<a href="<?php echo $this->baseurl; ?>" id="logo">
<?php if ($show_logo_slogan == "true") : ?>
<span class="logo-text"><?php echo $logo_slogan; ?></span>
<?php endif; ?>
<?php endif; ?>
<?php if ($this->countModules('search')) : ?>
<jdoc:include type="modules" name="search" style="search" />
<?php endif; ?>
</div>
煩請各位先進可以不吝指教...
先跟各位大大說聲謝謝了^^
Please 登入 to join the conversation.