你的相簿需要升級了喔! ^^
在 themes目錄底下,找到你使用的佈景 (應該是 classic ), 修改裡面的 template.html
你的檔頭應該是這樣.. (這是1.4.2版的)
<html dir="{LANG_DIR}">
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
1.4.6版的是這樣...
<html dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
把 TITLE 的宣告拿到CHARSET的之後就可以了,可以自己改. 不過 建議儘速升級版本.