예제 #1
0
</link>
		<description><?php 
LayoutHelper::renderField($PAGE, "Description");
?>
</description>
		<language><?php 
LayoutHelper::renderField($PAGE, "Language");
?>
</language>
		<pubDate><?php 
echo Date_Format(date_create(), "D, d F Y H:i:s e");
?>
</pubDate>
		<lastBuildDate><?php 
echo Date_Format(date_create(), "D, d F Y H:i:s e");
?>
</lastBuildDate>
		<generator>Structure CMS</generator>
		<webMaster><?php 
LayoutHelper::renderField($PAGE, "Email");
?>
</webMaster>
		<ttl>5</ttl>
	</channel>
 
<?php 
LayoutHelper::renderPlaceHolder($PAGE, "RSS");
?>
	</channel>
</rss>
예제 #2
0
</span>
			</div>
			<div id="navigation">
				<?php 
include "includes/nav.php";
?>
			</div>
			<div id="content-wrapper">
				<div id="content" class="home">
					<?php 
LayoutHelper::renderPlaceHolder($PAGE, "Main");
?>
				</div>
				<div id="side">
					<?php 
LayoutHelper::renderPlaceHolder($PAGE, "Side");
?>
				</div>
				<div class="clear-hidden"></div>
			</div>
			<div id="footer">
				<?php 
include "includes/footer.php";
?>
				<a href="http://www.jozza.net/content/home/projects/structure-cms/"><img src="<?php 
getPath("");
?>
/structurecms-logo.gif" border="0" alt="&copy; Created using StructureCMS" title="&copy; Created using StructureCMS"></a>
				<div class="clear-hidden"></div>
			</div>
		</div>
예제 #3
0
			</div>
			<div id="navigation-footer"></div>
			<div id="content-wrapper">
				<div id="side-nav">
					<?php 
include "includes/side-nav.php";
?>
				</div>
				<div id="breadcrumb">
					<?php 
include "includes/bread-crumb.php";
?>
				</div>
				<div id="content">
					<?php 
LayoutHelper::renderPlaceHolder($PAGE, "Main");
?>
				</div>
				<div class="clear-hidden"></div>
			</div>
			<div id="footer">
				<?php 
include "includes/footer.php";
?>
				<a href="http://www.jozza.net/content/home/projects/structure-cms/"><img src="<?php 
getPath("");
?>
/structurecms-logo.gif" border="0" alt="&copy; Created using StructureCMS" title="&copy; Created using StructureCMS"></a>
				<div class="clear-hidden"></div>
			</div>
		</div>