diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-05 16:16:30 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-05 16:16:30 +0000 |
commit | 23633a68a0a48e273dbffcd998603a6bb787f73a (patch) | |
tree | aeb3c950ca9ac3bb14f873f135033ef551e90082 /documentation/css/preview/nav.php | |
parent | 54b01954f02adbb17df1cf44e2b215ddfb54b587 (diff) | |
download | elgg-23633a68a0a48e273dbffcd998603a6bb787f73a.tar.gz elgg-23633a68a0a48e273dbffcd998603a6bb787f73a.tar.bz2 |
better navigation for theming previews
git-svn-id: http://code.elgg.org/elgg/trunk@8028 36083f99-b078-4883-b0ff-0f9b5a30f544
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'); ?> |