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/grid.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/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;} |