사용자: 새 기본테마 적용 중
This commit is contained in:
@ -18,4 +18,7 @@ hr {display:none}
|
||||
/* 본문 바로가기 */
|
||||
#to_content a {z-index:100000000;display:block;position:absolute;top:0;left:0;height:0;overflow:hidden}
|
||||
#to_content a:focus,
|
||||
#to_content a:active {padding:10px 0;width:100%;height:auto;background:#333;color:#fff;text-align:center;overflow:auto}
|
||||
#to_content a:active {padding:10px 0;width:100%;height:auto;background:#333;color:#fff;text-align:center;overflow:auto}
|
||||
|
||||
/* 레이아웃 */
|
||||
#header {}
|
||||
43
head.php
43
head.php
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
include_once($g4['path'].'/head.sub.php');
|
||||
@ -11,18 +11,6 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
//print_r2(get_defined_constants());
|
||||
?>
|
||||
|
||||
<?
|
||||
// 쪽지를 받았나?
|
||||
if (isset($member['mb_memo_call']) && $member['mb_memo_call']) {
|
||||
$mb = get_member($member['mb_memo_call'], "mb_nick");
|
||||
sql_query(" update {$g4['member_table']} set mb_memo_call = '' where mb_id = '{$member['mb_id']}' ");
|
||||
|
||||
//alert($mb['mb_nick'].'님으로부터 쪽지가 전달되었습니다.', $_SERVER['REQUEST_URI'], false);
|
||||
$memo_msg = $mb['mb_nick'].'님으로부터 쪽지가 전달되었습니다.\\n\\n바로 확인하시겠습니까?';
|
||||
include_once($g4['bbs_path'].'/memocall.php');
|
||||
}
|
||||
?>
|
||||
|
||||
<header id="header">
|
||||
<div id="to_content"><a href="#wrapper">본문 바로가기</a></div>
|
||||
<div id="logo"><a href="<?=$g4['path']?>/"><img src="<?=$g4['path']?>/img/logo.jpg" alt="처음으로"></a></div>
|
||||
@ -57,35 +45,10 @@ if (isset($member['mb_memo_call']) && $member['mb_memo_call']) {
|
||||
<div id="snb">
|
||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||
<?=poll('neo'); // 설문조사 ?>
|
||||
<?=visit("neo"); // 방문자수 ?>
|
||||
<?=connect(); // 현재 접속자수 ?>
|
||||
</div>
|
||||
|
||||
<? /* if ($index || 게시판이 하나도 없을때) {?>
|
||||
<!-- 설치 완료 메세지 -->
|
||||
<article id="install_done">
|
||||
<h1>Welcome to Gnuboard 4s</h1>
|
||||
<div><span><!-- --></span></div>
|
||||
<section>
|
||||
<h2>한글 안내</h2>
|
||||
<p>
|
||||
그누보드4표준 버전을 설치해주셔서 감사합니다.<br>
|
||||
그누보드4표준 버전은 웹 접근성과 웹 표준을 준수합니다.<br>
|
||||
새로운 게시판을 생성하시면 이 메세지는 사라집니다.<br>
|
||||
감사합니다.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>영문 안내</h2>
|
||||
<p>
|
||||
Thank you for installing Gnuboard4 Standard version.<br>
|
||||
This version is for Web Accessibility and Web Standard version.<br>
|
||||
This message will disappear after Create a new board.<br>
|
||||
Thank you.
|
||||
</p>
|
||||
</section>
|
||||
</article>
|
||||
<!-- 설치 완료 메세지 끝 -->
|
||||
<? }*/ ?>
|
||||
|
||||
<hr>
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
BIN
img/btn_search.jpg
Normal file
BIN
img/btn_search.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 664 B |
BIN
img/footer_catch.jpg
Normal file
BIN
img/footer_catch.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
img/idx_catch.jpg
Normal file
BIN
img/idx_catch.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
img/logo.jpg
Normal file
BIN
img/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
1
main.php
1
main.php
@ -16,6 +16,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
// 사용방법
|
||||
// latest(스킨, 게시판아이디, 출력라인, 글자수);
|
||||
echo latest("neo", $row['bo_table'], 10, 70);
|
||||
if ($i==9) exit;
|
||||
}
|
||||
?>
|
||||
<!-- 메인화면 최신글 끝 -->
|
||||
|
||||
Reference in New Issue
Block a user