diff options
Diffstat (limited to 'documentation/css/preview/objects.php')
-rw-r--r-- | documentation/css/preview/objects.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/css/preview/objects.php b/documentation/css/preview/objects.php index d9bffaf9b..f90009cab 100644 --- a/documentation/css/preview/objects.php +++ b/documentation/css/preview/objects.php @@ -7,10 +7,17 @@ $title = 'CSS Objects'; 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"> |