diff options
Diffstat (limited to 'documentation/css/preview/grid.php')
-rw-r--r-- | documentation/css/preview/grid.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/css/preview/grid.php b/documentation/css/preview/grid.php index 193972dd6..bf20804f8 100644 --- a/documentation/css/preview/grid.php +++ b/documentation/css/preview/grid.php @@ -7,10 +7,17 @@ $title = 'Grid'; 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;} |