mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
플래닛 위젯 디자인 추가. 플래닛 사진 이미지 받아올때 width/height지정할 수 있도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5181 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ac70118473
commit
a8b20c5df9
6 changed files with 45 additions and 74 deletions
|
|
@ -40,9 +40,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
function getPlanetPhotoSrc() {
|
||||
function getPlanetPhotoSrc($width=96,$height=96) {
|
||||
$oPlanetModel = &getModel('planet');
|
||||
return $oPlanetModel->getPlanetPhotoSrc($this->get('module_srl'));
|
||||
return $oPlanetModel->getPlanetPhotoSrc($this->get('module_srl'), $width, $height);
|
||||
}
|
||||
|
||||
function getPlanetMid() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue