| 1 |
<?php |
<?php |
| 2 |
// $Id: photos.album.inc,v 1.1.2.1 2009/03/06 08:22:41 eastcn Exp $ |
// $Id: photos.album.inc,v 1.1.2.2 2009/03/10 02:18:59 eastcn Exp $ |
| 3 |
|
|
| 4 |
//相册展示界面。 |
//相册展示界面。 |
| 5 |
//tpl.php: photos_albumview.tpl.php |
//tpl.php: photos_albumview.tpl.php |
| 140 |
} |
} |
| 141 |
$type = $node->type == 'photos' ? 'album' : 'sub_album'; |
$type = $node->type == 'photos' ? 'album' : 'sub_album'; |
| 142 |
|
|
| 143 |
return dfgallery_html(array('url' => url("photos/data/$type/$node->nid", array('absolute' => true, 'query' => array('type' => 'json.json'))), 'width' => $width, 'height' => $height)); |
return dfgallery_html(array('url' => url("photos/data/$type/$node->nid/json.json", array('absolute' => true)), 'width' => $width, 'height' => $height)); |
| 144 |
} |
} |