get_header();
?>

<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->

<div class="container marketing">

    <?php 
while (have_posts()) {
    the_post();
    ?>
                <h3><?php 
    _e(subTitle($post));
    ?>
</h3>
                <p class="lead"><?php 
    the_content();
    ?>
</p>
<!--            <div class="col-md-5">-->
<!--                --><?php 
    //if ( '' != get_the_post_thumbnail() ) {
    ?>
<!--                    --><?php 
    //the_post_thumbnail( 'bootstrap-395x395' );
    ?>
<!--                --><?php 
    //} else {
Example #2
0
    } elseif (preg_match("/Money/i", $urlData)) {
        return array("수익금내역", "Money", "no");
    } elseif (preg_match("/BBS/i", $urlData)) {
        return array("게시판", "BBS", "no");
    } elseif (preg_match("/Company/i", $urlData)) {
        return array("회사소개", "Company", "yes");
    } elseif (preg_match("/Join/i", $urlData)) {
        return array("회원가입", "Join", "yes");
    } elseif (preg_match("/FindMember/i", $urlData)) {
        return array("아이디/비번찾기", "FindMember", "yes");
    } elseif (preg_match("/MyAccountEdit/i", $urlData)) {
        return array("회원정보수정", "MyAccountEdit", "no");
    }
}
$PageName = PageName();
$subTitle = subTitle();
if (!$_SESSION["email"]) {
    if ($subTitle[1] == "BBS" or $subTitle[1] == "CodeBanner" or $subTitle[1] == "Money" or $subTitle[1] == "MyAccountEdit") {
        echo '<script>alert("로그인이 필요한 서비스 입니다. 로그인후 사용하여 주시기 바랍니다.");location.replace("index.html")</script>';
    }
}
$loginpoup = '
<!--로그인 팝업부-->
	<div class="popupMain" >
	<div class="bg"></div>
        <div id="loginPopup" class="pop-layer" >
            <div class="pop-container">
            <!--로그인시작, 오렌지줄-->
            <p>
                <h1>로그인</h1>
                <h2>member</h2>