?>
<body>
<div class="elgg-page mal">
- <h1 class="mbl"><a href="index.php">Index</a> > <?php echo $title; ?></h1>
+ <h1 class="mbs">
+ <a href="index.php">Index</a> > <a href="<?php echo $url; ?>"><?php echo $title; ?></a>
+ </h1>
+ <div class="mbl">
+ <a href="nav.php">< previous</a> <a href="objects.php">next ></a>
+ </div>
<h2>Form</h2>
<form action="#">
<fieldset>
require dirname(__FILE__) . '/head.php';
+$url = current_page_url();
+
?>
<body>
<div class="elgg-page mal">
- <h1 class="mbl"><a href="index.php">Index</a> > <?php echo $title; ?></h1>
+ <h1 class="mbs">
+ <a href="index.php">Index</a> > <a href="<?php echo $url; ?>"><?php echo $title; ?></a>
+ </h1>
+ <div class="mbl">
+ < previous <a href="nav.php">next ></a>
+ </div>
<h2>Headings</h2>
<div class="mbl">
<h1>Level 1 heading</h1>
require dirname(__FILE__) . '/head.php';
+$url = current_page_url();
+
?>
<body>
<div class="elgg-page mal">
- <h1 class="mbl"><a href="index.php">Index</a> > <?php echo $title; ?></h1>
+ <h1 class="mbs">
+ <a href="index.php">Index</a> > <a href="<?php echo $url; ?>"><?php echo $title; ?></a>
+ </h1>
+ <div class="mbl">
+ <a href="objects.php">< previous</a> <a href="widgets.php">next ></a>
+ </div>
<style>
h3 {text-align: center;}
.preview-outline {border: 1px solid #cccccc; padding: 5px;}
require dirname(__FILE__) . '/head.php';
+$url = current_page_url();
+
?>
<style>li {margin: 10px; float: left;} ul {background-color: #e0e0e0;}</style>
<body>
<div class="elgg-page mal">
- <h1 class="mbl"><a href="index.php">Index</a> > <?php echo $title; ?></h1>
- <ul class="clearfix">
+ <h1 class="mbs">
+ <a href="index.php">Index</a> > <a href="<?php echo $url; ?>"><?php echo $title; ?></a>
+ </h1>
+ <div class="mbl">
+ <a href="widgets.php">< previous</a> next >
+ </div>
+ <h2>Icon Sprites</h2>
+ <ul class="mbl clearfix">
<li><span class="elgg-icon elgg-icon-settings"></span>Settings</li>
<li><span class="elgg-icon elgg-icon-friends"></span>Friends</li>
<li><span class="elgg-icon elgg-icon-help"></span>Help</li>
<li><span class="elgg-icon elgg-icon-arrow-s"></span>Arrow S</li>
<li><span class="elgg-icon elgg-icon-hover-menu"></span>Hover Menu</li>
</ul>
+ <h2>Ajax loader</h2>
+ <div class="mbl">
+ <?php echo elgg_view('graphics/ajax_loader', array('hidden' => false)); ?>
+ </div>
</div>
</body>
</html>
\ No newline at end of file
?>
<body>
<div class="elgg-page mal">
- <h1 class="mbl"><a href="index.php">Index</a> > <?php echo $title; ?></h1>
+ <h1 class="mbs">
+ <a href="index.php">Index</a> > <a href="<?php echo $url; ?>"><?php echo $title; ?></a>
+ </h1>
+ <div class="mbl">
+ <a href="general.php">< previous</a> <a href="forms.php">next ></a>
+ </div>
<h2>Breadcrumbs</h2>
<div class="mbl">
<?php echo elgg_view('navigation/breadcrumbs'); ?>
require dirname(__FILE__) . '/head.php';
+$url = current_page_url();
+
?>
<body>
<div class="elgg-page mal">
- <h1 class="mbl"><a href="index.php">Index</a> > <?php echo $title; ?></h1>
+ <h1 class="mbs">
+ <a href="index.php">Index</a> > <a href="<?php echo $url; ?>"><?php echo $title; ?></a>
+ </h1>
+ <div class="mbl">
+ <a href="forms.php">< previous</a> <a href="grid.php">next ></a>
+ </div>
<h2>Modules</h2>
<div class="mbl clearfix">
<div class="elgg-col elgg-col-1of2">
require dirname(__FILE__) . '/head.php';
+$url = current_page_url();
+
elgg_register_plugin_hook_handler('view', 'widgets/friends/content', 'css_widget_content');
elgg_register_plugin_hook_handler('view', 'widgets/friends/edit', 'css_widget_content');
elgg_register_plugin_hook_handler('permissions_check', 'all', 'css_permissions_override');
?>
<body>
<div class="elgg-page mal">
- <h1 class="mbl"><a href="index.php">Index</a> > <?php echo $title; ?></h1>
+ <h1 class="mbs">
+ <a href="index.php">Index</a> > <a href="<?php echo $url; ?>"><?php echo $title; ?></a>
+ </h1>
+ <div class="mbl">
+ <a href="grid.php">< previous</a> <a href="icons.php">next ></a>
+ </div>
<?php
$w = array();
for ($i=1; $i<=6; $i++) {