내 블로그가기 나타내기
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개
얼렁 개발해야 하는데..ㅜㅜ