diff options
Diffstat (limited to 'documentation/css/preview/widgets.php')
-rw-r--r-- | documentation/css/preview/widgets.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/css/preview/widgets.php b/documentation/css/preview/widgets.php index 70e3d13b1..e98e95054 100644 --- a/documentation/css/preview/widgets.php +++ b/documentation/css/preview/widgets.php @@ -24,8 +24,7 @@ function css_permissions_override() { ?> <body> <div class="elgg-page mal"> - <h1 class="mbl"><?php echo $title; ?></h1> - <div class="mbl"><a href="index.php">return to index</a></div> + <h1 class="mbl"><a href="index.php">Index</a> > <?php echo $title; ?></h1> <?php $w = array(); for ($i=1; $i<=6; $i++) { |