| Server IP : 188.130.25.202 / Your IP : 216.73.216.134 Web Server : Apache System : Linux mutu11105.phpnet.org 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64 User : apren ( 41742) PHP Version : 7.4.33-security-e058b01e1b Disable Function : pcntl_exec,symlink,passthru,socket_listen,link,shell_exec,popen,dl,exec,system,virtual,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,symlink,link,syslog,putenv,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /web6/apren/www/ELC/ |
Upload File : |
<?php
/* ------------------------------------------------------------------------ */
/* Theme Single Post
/* ------------------------------------------------------------------------ */
get_header(); ?>
<!--left col-->
<div id="left-col" class="eleven columns alpha single-blog-entry" <?php if ($sd_data['blog_sidebar'] == 'left') echo 'style="float: right;"';?>>
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php get_template_part( 'framework/inc/post-formats/single', get_post_format() ); ?>
<?php endwhile; else: ?>
<p>
<?php _e('Sorry, no posts matched your criteria', 'framework') ?>
.</p>
<?php endif; ?>
<!--comments-->
<?php comments_template('', true); ?>
<!--comments end-->
</div>
<!--left col end-->
<!--sidebar-->
<?php get_sidebar(); ?>
<!--sidebar end-->
<?php get_footer(); ?>