내 블로그가기 나타내기 > 팁

내 블로그가기 나타내기 정보

내 블로그가기 나타내기

본문

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>";
}
?>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로