diff options
Diffstat (limited to 'documentation/css/preview/forms.php')
-rw-r--r-- | documentation/css/preview/forms.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/css/preview/forms.php b/documentation/css/preview/forms.php index b2be5b0bb..89caf8e8b 100644 --- a/documentation/css/preview/forms.php +++ b/documentation/css/preview/forms.php @@ -12,7 +12,12 @@ $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="nav.php">< previous</a> <a href="objects.php">next ></a> + </div> <h2>Form</h2> <form action="#"> <fieldset> |