Exemple #1
0
sys::displayGlobalMenu("<ul>", "</ul>", "<li>", " </li>", "");
?>
      </div>
    </div>
    <div id="logout">
        <?php 
echo htmlentities(sys::getCurrentUserName());
?>
 | <a href="<?php 
echo UrlRewriting::getUrlByAlias("admin/logout");
?>
">Logout</a>
    </div>
    <div id="breadcrumb">
      <?php 
sys::displayBreadcrumb(" -&gt; ", "breadcrump", "bc");
?>
    </div>
    <div id="content">
      <h1><?php 
echo Page::Current()->title;
?>
</h1>
      <?php 
sys::includeContent();
?>
    </div>
    <div id="footer">
	  <div style="padding-right:5px;float:right">
		  <?php 
echo sys::getFooter();
Exemple #2
0
	<body>
		<div id="main">
			<hr class="noscreen" />
			<!-- Title + Subcategories -->
			<div id="title" class="box">
				<h1><?php 
echo htmlentities(sys::getTitle());
?>
</h1>
				<?php 
sys::displayGlobalMenu("<p id=\"subnav\">", "</p>", "", "<span>|</span>", "");
?>
			</div> <!-- /title -->
			<!-- Breadcrumbs -->
			<p id="breadcrumbs"><strong>Du bist hier:</strong> <?php 
sys::displayBreadcrumb(" / ", "breadcrumb", "bc");
?>
</p>
			<!-- Columns -->
			<div class="cols-top"></div>
			<div class="cols box">
				<!-- Content -->
				<div class="content">
					<!-- Perex -->
					<div class="perex">
						<p><?php 
echo htmlentities(Page::Current()->title);
?>
</p>
					</div> <!-- /perex -->
					<?php 
Exemple #3
0
		</div> <!-- /nav -->
		<!-- TRAY -->
		<div id="tray" class="box">
			<p class="f-right">
				<a href="#"><img src="<?php 
echo sys::getFullSkinPath();
?>
design/ico-twitter.png" alt="Twitter" /></a>
				<a href="#"><img src="<?php 
echo sys::getFullSkinPath();
?>
design/ico-rss.png" alt="RSS" /></a>
			</p>
			<p class="f-left">
				<?php 
sys::displayBreadcrumb(" <span>/</span>", "breadcrumb", "bc");
?>
			</p>
		</div> <!-- /tray -->
		<!-- COLUMNS -->
		<div id="section" class="box">
			<!-- CONTENT -->
			<div id="content">
				<div class="main-title box">
					<h1><?php 
echo htmlentities(Page::Current()->title);
?>
</h1>
				</div> <!-- /main-title -->
				<div class="padding">
					<?php