mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
언어선택 메뉴 쉽게 선택하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6375 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5171529c5c
commit
f96df27fe6
2 changed files with 12 additions and 13 deletions
|
|
@ -37,8 +37,9 @@
|
|||
if(!$val['link']) continue;
|
||||
printf('<a href="%s" accesskey="%s">%s</a><br>%s', $val['href'], $this->getNo(), $val['text'], "\n");
|
||||
}
|
||||
print "<hr><br>";
|
||||
} else {
|
||||
print $this->getContent()."\n";
|
||||
print $this->getContent()."<hr><br>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -58,14 +59,13 @@
|
|||
$url = $this->upperUrl;
|
||||
printf('<btn href="%s" name="%s">%s', $url->url, $url->text, "\n");
|
||||
}
|
||||
else {
|
||||
$url = getUrl('','lcm','1','sel_lang',Context::getLangType());
|
||||
printf('<btn name="%s" href="%s">%s', 'Language : '.Context::getLang('select_lang'), $url, "\n");
|
||||
}
|
||||
if($this->homeUrl) {
|
||||
$url = $this->homeUrl;
|
||||
printf('<a btn="%s" href="%s">%s</a>%s', $url->text, $url->url, $url->text, "\n");
|
||||
printf('<a btn="%s" href="%s">%s</a><br>%s', $url->text, $url->url, $url->text, "\n");
|
||||
}
|
||||
// 언어선택
|
||||
$url = getUrl('','lcm','1','sel_lang',Context::getLangType());
|
||||
printf('<a href="%s">%s</a><br>%s', $url, 'Language : '.Context::getLang('select_lang'), "\n");
|
||||
}
|
||||
|
||||
// 푸터 정보를 출력
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue