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