hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/eNews/ |
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="post-top">
<div class="breadcrumb">
<?php if(function_exists('bcn_display')) { bcn_display(); }
else { ?>
<?php _e('You are currently viewing','eNews') ?>: <em><?php the_title() ?></em>
<?php }; ?>
</div> <!-- end breadcrumb -->
</div> <!-- end post-top -->
<div id="main-area-wrap">
<div id="wrapper">
<div id="main" class="noborder">
<h1 class="page-title"><?php the_title() ?></h1>
<div id="post-content">
<?php $width = get_option('enews_thumbnail_width_pages');
$height = get_option('enews_thumbnail_height_pages');
$classtext = 'thumbnail alignleft';
$titletext = get_the_title();
$thumbnail = get_thumbnail($width,$height,$classtext,$titletext,$titletext);
$thumb = $thumbnail["thumb"]; ?>
<?php if($thumb <> '' && get_option('enews_page_thumbnails') == 'on') { ?>
<?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, $classtext); ?>
<?php }; ?>
<?php the_content(); ?>
<?php edit_post_link(__('Edit this page','eNews')); ?>
</div> <!-- end post-content -->
<br class="clearfix"/>
<?php if (get_option('enews_show_pagescomments') == 'on') comments_template('', true); ?>
<?php endwhile; ?>
<?php else : ?>
<!--If no results are found-->
<div id="post-content">
<h1><?php _e('No Results Found','eNews') ?></h1>
<p><?php _e('The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.','eNews') ?></p>
</div>
<!--End if no results are found-->
<?php endif; ?>
</div> <!-- end main -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>