mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
관리자 페이지의 최근뉴스 제목 정렬 변경 및 날짜 크기 조절
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2040 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
19a2dff09d
commit
7fa44da21e
2 changed files with 3 additions and 2 deletions
|
|
@ -54,6 +54,7 @@
|
|||
if(!file_exists($cache_file) || filectime($cache_file)+ 60*60 < time()) {
|
||||
FileHandler::getRemoteFile($newest_news_url, $cache_file);
|
||||
}
|
||||
|
||||
if(file_exists($cache_file)) {
|
||||
$oXml = new XmlParser();
|
||||
$buff = $oXml->parse(FileHandler::readFile($cache_file));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue