outlogin, poll 출력부분 모바일 체크 코드 삭제

This commit is contained in:
chicpro
2013-04-04 09:13:43 +09:00
parent c817f62fea
commit a4fb049094
3 changed files with 5 additions and 5 deletions

View File

@ -156,8 +156,8 @@ if ($config['cf_include_head']) {
<div id="wrapper">
<aside id="aside">
<?=(G4_IS_MOBILE?outlogin('basic'):outlogin('basic')); // 외부 로그인 ?>
<?=(G4_IS_MOBILE?poll('basic'):poll('basic')); // 설문조사 ?>
<?=outlogin('basic'); // 외부 로그인 ?>
<?=poll('basic'); // 설문조사 ?>
</aside>
<div id="container">
<? if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>