 |
|
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
echo latest("basic", "notice", 4,25); ?> | | |
|
 |
|
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() ÇÔ¼ö¸¦ »ç¿ëÇÏ¿©¾ß ÇϹǷΠÀÌ ÇÁ·Î±×·¥À» Æ÷ÇÔ½Ãŵ´Ï´Ù.
echo latest("gallery", "gallery", 3, 14); // basic ½ºÅ²À¸·Î free ¶ó´Â °Ô½ÃÆÇÀ» Ãâ·ÂÇÕ´Ï´Ù.
?> | |