www.gusucode.com > Emlog博客Ronger主题模板 v3.0源码程序 > Ronger/page.php

    <?php
/*
Template Name: With her heart
Description:Copyright © Xiangta.cc. All Rights Reserved 。
Version:JingJing
Author:Cao Xinhui
Author Url:http://xiangta.cc
Sidebar Amount:1
ForEmlog:5.3
*/
if (!defined('EMLOG_ROOT')) {
    exit('error!');
}
?>
<div id="content">
	<div class="page">
		<article role="article">
			<?php if($log_title=='留言板'||$log_title=='留言'||$log_title=='Guestbook'):?>
			<header>
		    <!--<img src="<?php echo TEMPLATE_URL; ?>images/quanzi.jpg" width="100%" />-->
            <div class="post-context">
            <div class="blue">
	        ❤ 欢迎光临太原SEO博客,来了就吐槽几句吧!这是一堵水墙,没有节操限制,你可以自由吐槽...<br>
            ❤ 遵循先友情后链接的原则,如果需要<span style="color:#EE33EE;">交换友情链接</span>,请留言申请。<br>
            ❤ 网站名:<span style="color:#E53333;">心系与她</span> 网址:<span style="color:#E53333;">http://xiangta.cc</span>&nbsp;描述:<span style="color:#E53333;">心系与她 - 太原SEO优化博客!</span><br>
            ❤ <strong>请不要在本博客发布无意义广告评论,相信我!删除真的只需要1秒!</strong><br>
            </div>
            </div>
            </header>
			<div class="post-context"><?php echo content($log_content); ?></div>
			<!--<ul class="readers-list"><?php include View::getView('function/page-guestbook'); ?></ul>-->
            
            
			<?php elseif($log_title=='归档'||$log_title=='文章归档'||$log_title=='Archiver'||$log_title=='Archivers'): ?>
			<?php include View::getView('function/page-archives'); ?>
			<?php elseif($log_title=='友链'||$log_title=='友情链接'||$log_title=='Links'): ?>
			<header><h2 class="post-name"><i class="icon-link-1"></i>交换友链请主动添加自己网站,并留下自己的网站地址</h2></header>
			<div class="post-context"><?php echo content($log_content); ?></div>
			<?php include View::getView('function/page-links'); ?>
			<?php elseif($log_title=='标签'||$log_title=='标签云集'||$log_title=='标签云'||$log_title=='Tags'): ?>
			<header><h2 class="post-name"><i class="icon-tags"></i><?php echo $log_title; ?></h2></header>
			<div class="post-context"><?php echo content($log_content); ?></div>
			<?php include View::getView('function/page-tags'); ?>
			<?php elseif($log_title=='图片墙'||$log_title=='图片集'||$log_title=='Images'): ?>
			<header><h2 class="post-name"><i class="icon-picture"></i><?php echo $log_title; ?></h2></header>
			<div class="post-context"><?php echo content($log_content); ?></div>
			<div class="wf-main" id="wf-main"><?php include View::getView('function/page-images'); ?></div>
			<?php elseif($log_title=='注册'||$log_title=='立即注册'||$log_title=='用户注册'||$log_title=='Register'): ?>
			<header><h2 class="post-name"><i class="icon-user-add"></i><?php echo $log_title; ?></h2></header>
			<div class="post-context"><?php echo content($log_content); ?></div>
			<?php include View::getView('function/page-reg'); ?>
			<?php else: ?>
			<header><h2 class="post-name"><?php echo $log_title; ?></h2></header>
			<div class="post-context"><?php echo content($log_content); ?></div>
			<?php endif;?>
		</article>
		<div id="comments">
		<?php blog_comments_post($logid,$ckname,$ckmail,$ckurl,$verifyCode,$allow_remark); ?>
		<?php blog_comments($comments,$params); ?>
		</div>
	</div>
</div>
<?php include View::getView('side'); ?>
<?php include View::getView('footer'); ?>