Example #1
0
					</td>
					<td>
						<?php 
        echo $bsetting['title'];
        ?>
					</td>
					<td>
						<?php 
        echo User::getName($bsetting['owner']) . "(" . User::getEmail($bsetting['owner']) . ")";
        ?>
					</td><?php 
        if ($service['type'] != "single") {
            ?>
					<td class="name">
						<a href="<?php 
            echo getDefaultUrl($itemBlogId);
            ?>
"><?php 
            echo _t('보기');
            ?>
</a>
					</td><?php 
        }
        ?>
				</tr>
<?php 
    }
}
?>
			</tbody>
		</table>
Example #2
0
\r\nMessage : \r\n" + msg,"center","bottom");
							}
							request.send();
						}
						//]]> 
						</script>

						<div id="part-blog-about" class="part">
							<h2 class="caption"><span class="main-text"><?php 
echo _t('블로그 정보');
?>
</span></h2>
							
							<div id="team-blog-about" class="container">
								<h3><?php 
echo empty($blogsetting['title']) ? '<em>' . _t('비어 있는 타이틀') . '</em>' : '<a href="' . getDefaultUrl($bid) . '">' . $blogsetting['title'] . '</a>';
?>
</h3>
								
								<div class="main-explain-box">
									<p class="explain"><?php 
echo empty($blogsetting['description']) ? '<em>' . _t('비어 있는 블로그 설명') . '</em>' : $blogsetting['description'];
?>
</p>
								</div>
<?php 
$isRepBlog = $bid == Setting::getServiceSetting("defaultBlogId", 1, true) ? true : false;
$pool->reset('Entries');
$pool->setQualifier('blogid', 'eq', $bid);
$pool->setQualifier('draft', 'eq', 0);
$numberOfEntries = $pool->getCount();