Demo

討論

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

公告

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

請教如何修改在index.php中找到head

  • Dennis Lam
  • Dennis Lam 的個人頭像 Topic Author
  • Offline
  • 新手上路
  • 新手上路
More
2015-04-08 21:39 #27226 來自 Dennis Lam
Dennis Lam created the topic: 請教如何修改在index.php中找到head
各位好︰

我的JOOMLA是找人建的,現在我想為網站的index.php中加入一些代碼,但我在後台找到「編輯主頁面佈景」後,裡面竟然連一個head字沒有。見到的是下面的程式碼

<?php

/**

* @version $Id: coolfeed.php 100 2012-04-14 17:42:51Z Email住址會使用灌水程式保護機制。你需要啟動Javascript才能觀看它 $

* @copyright JoomAvatar.com

* @author Nguyen Quang Trung

* @link http://joomavatar.com

* @license License GNU General Public License version 2 or later

* @package Avatar Dream Framework Template

* @facebook http://www.facebook.com/pages/JoomAvatar/120705031368683

* @twitter https://twitter.com/#!/JoomAvatar

* @support http://joomavatar.com/forum/

*/



// No direct access

defined('_JEXEC') or die;



require_once dirname(__FILE__).DIRECTORY_SEPARATOR.'core/avatar.php';

Avatar::loadFrameWork();

$template = Avatar::getTemplate($this);

echo $template->render();

$template->optimize();


想請問一下我應該如何找到 head?

Please 登入 to join the conversation.

More
2015-04-12 18:19 #27243 來自 Eddy
Eddy replied the topic: 請教如何修改在index.php中找到head
如果你想要在head中加入js或css,你可以用某些外掛來幫你作這件事:
http://extensions.joomla.org/extensions/extension/core-enhancements/coding-a-scripts-integration/add-custom-css
http://extensions.joomla.org/extensions/extension/core-enhancements/coding-a-scripts-integration/add-custom-javascript

當然,如果你對佈景主題(template)的結構很了解的話,也可以加到它裡面的程式檔案去,你需要找一下它的文件說明。
有些佈景主題可以在管理區中直接讓你作這件事,但不是所有的都可以。

知之者不如好之者,好之者不如樂之者
The following user(s) said Thank You: abokuo

Please 登入 to join the conversation.