Ejemplo n.º 1
0
					<div class="preview">
						<h2><?php 
    echo kGetNewsTitle();
    ?>
</h2>
						<?php 
    if (kGetNewsSubtitle() != "") {
        ?>
<h3><?php 
        echo kGetNewsSubtitle();
        ?>
</h3><?php 
    }
    ?>
						<?php 
    echo kGetNewsPreview();
    ?>
					</div>
				</div>
			<div class="clearBoth"></div>
			</div>
		</a>
		<?php 
}
?>

	<div class="clearBoth"></div>
	<div class="aligncenter">
		<?php 
if ($_GET['p'] > 1) {
    ?>
Ejemplo n.º 2
0
        ?>
			<category><![CDATA[<?php 
        echo $cat['categoria'];
        ?>
]]></category>
			<?php 
    }
    ?>
		<dc:creator><?php 
    echo kGetNewsAuthor();
    ?>
</dc:creator>
		<description><![CDATA[<?php 
    echo trim(kGetNewsPreview());
    ?>
]]></description>
		<content:encoded><![CDATA[<?php 
    echo trim(kGetNewsPreview());
    echo trim(kGetNewsText());
    ?>
]]></content:encoded>
		<slash:comments><?php 
    echo kGetNewsCommentsCount();
    ?>
</slash:comments>
		</item>
	<?php 
}
?>
	</channel>
</rss>