diff options
Diffstat (limited to 'documentation/css/preview/nav.php')
-rw-r--r-- | documentation/css/preview/nav.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/css/preview/nav.php b/documentation/css/preview/nav.php index b3a12005f..3a9daea98 100644 --- a/documentation/css/preview/nav.php +++ b/documentation/css/preview/nav.php @@ -16,7 +16,12 @@ elgg_push_breadcrumb('Third'); ?> <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'); ?> |