Ejemplo n.º 1
0
					<div id="advertisements">

						<?php 
# article_id, page_name, section_name, ad_type
get_adverts('', $page, '', 'side');
?>
					
					</div>
					
				</div>
					
				<div id="upper-content">
					
					<?php 
# article_id, page_name, section_name, ad_type
get_adverts('', $page, '', 'banner');
?>
					
				</div>
	
				<div id="main-content">
					
					<div id="current-channel-container">
					
						<div class="channel-section channel-col1 show-full">
							<div class="channel-header <?php 
echo $section;
?>
">
								<div class="box-top-corners"><div class="box-corner-top-left"></div></div>
								<div class="channel-header-content">
Ejemplo n.º 2
0
						<?php 
# article_id, page_name, section_name, ad_type (banner,side)
get_adverts('', '', $section, 'side');
?>
	
					
					</div>
					
				</div>
					
				<div id="upper-content">
					
					<?php 
# article_id, page_name, section_name, ad_type
get_adverts('', '', $section, 'banner');
?>
					
					
					
					<div id="latest-articles">
						<div id="section-header"<?php 
if ($filter == 'type' || $filter == 'special') {
    echo " class=\"section-{$section}\"";
}
?>
>
							<div class="box-top-corners"><div class="box-corner-top-left"></div></div>
							
							<?php 
$get_section_title = mysql_query("SELECT section_plural,section_singular FROM sections WHERE section_alias='{$section}'");
Ejemplo n.º 3
0
						<?php 
# article_id, page_name, section_name, ad_type (banner,side)
get_adverts($article_id, '', '', 'side');
?>
	
					
					</div>
					
				</div>
					
				<div id="upper-content">
					
					<?php 
# article_id, page_name, section_name, ad_type
get_adverts($article_id, '', '', 'banner');
?>
					
					<div id="latest-articles">
					
						<div id="section-header-half"<?php 
if ($article_sector == "market_analysis") {
    echo ' class="section-' . str_replace('_', '-', $article_sector) . '"';
}
?>
>
							<span style="float:right;margin:6px 5px 0 0;" class="ie-headers"><a href="<?php 
echo $_SERVER['DOCUMENT_ROOT'];
?>
/feeds/<?php 
echo $section;