- 找到 global_logo 預設位於 portal_skins/plone_templates 裡,點擊 Customize 按鈕,表示要複製這份 Filesystem Page Template 到 portal_skins/custom 裡進行編修動作。
- 把 tal:attributes="href portal_url" 移除。
- 再把 href 改成我們要的連結網址,例如 href="http://www.python.org.tw/" 這樣的網址。
另外,也可以直接修改 portal_url 屬性設定值,但此法可能會有副作用,讓某些參考到 portal_url 的 method 出錯。建議採用前述方法。感謝 yungyuc 整理處理方法。
No comments:
Post a Comment