Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

關於網頁的logo修改

  • peko7018
  • peko7018 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-06-12 19:35 #14389 來自 peko7018
peko7018 created the topic: 關於網頁的logo修改
小弟是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.

  • yogur27
  • yogur27 的個人頭像
  • 訪客
  • 訪客
2009-06-13 07:01 #14391 來自 yogur27
yogur27 replied the topic: 關於網頁的logo修改
請問您是要改圖還是改他連結的位置呢? :o

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.