내 블로그가기 나타내기
outlogin.skin.2.php
<?
include_once("$g4[path]/lib/blog.lib.php");
include_once("$g4[path]/gblog.config.php");
$blog = sql_fetch("select count(*) as cnt from $gb4[blog_table] where mb_id='$member[mb_id]'");
if ($blog['cnt']) {
echo "<a href='" . get_blog_url($member[mb_id]) . "'><font color=#6F76C0><b>내 블로그</b></font></a>";
}
?>
<?
include_once("$g4[path]/lib/blog.lib.php");
include_once("$g4[path]/gblog.config.php");
$blog = sql_fetch("select count(*) as cnt from $gb4[blog_table] where mb_id='$member[mb_id]'");
if ($blog['cnt']) {
echo "<a href='" . get_blog_url($member[mb_id]) . "'><font color=#6F76C0><b>내 블로그</b></font></a>";
}
?>
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
그누4 플러그인
3,524건그누보드에는 여러가지 기능 추가가 쉽도록 제작 되었습니다. 플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다. 플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y
댓글 4개
얼렁 개발해야 하는데..ㅜㅜ