This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php echo $d['layout']['header_file']?'<img src="'.$g['url_layout'].'/_var/'.$d['layout']['header_file'].'">':stripslashes($d['layout']['header_title'])?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form action="<?php echo $g['s']?>/" class="" role="search"> | |
| <input type="hidden" name="r" value="<?php echo $r ?>"> | |
| <input type="hidden" name="m" value="search"> | |
| <div class="input-group"> | |
| <input type="text" class="form-control" name="keyword" value="<?php echo $_keyword ?>" placeholder="검색어 입력"> | |
| <span class="input-group-btn"> | |
| <button class="btn btn-default" type="submit">검색</button> | |
| </span> | |
| </div> | |
| </form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php $_FM = getDbData($table['s_menu'],"id='".$_CA[0]."' and site=".$s,'name')?> | |
| <?php echo $_FM['name']?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="panel panel-default"> | |
| <div class="panel-heading">Member Login</div> | |
| <div class="panel-body"> | |
| <?php if($my['uid']):?> | |
| <p> | |
| <img class="img-circle" width="25" height="25" src="<?php echo $g['s']?>/_var/avatar/<?php echo $my['photo']?$my['photo']:'0.gif'?>"> | |
| </p> | |
| <a href="<?php echo RW('mod=mypage')?>" class="btn btn-default btn-sm btn-block">개인정보 변경</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if($_HP['id'] !== 'main'):?> | |
| <!-- 페이지 코드가 'main'일 경우에만 출력 --> | |
| <?php endif?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if($my['admin']):?> | |
| <?php endif?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php echo _LANG('인자','widget')?> |
NewerOlder