diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-14 01:30:46 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-14 01:30:46 +0000 | 
| commit | 75efcff5e18fce2d62a69228021d60684e0390c1 (patch) | |
| tree | 6e5fcf20a271bbe7906d48961e341edcf46b474e /mod/developers/views/default/theme_preview/forms.php | |
| parent | 0333b2d640de54ddc41962846ade5f055ef0fa7c (diff) | |
| download | elgg-75efcff5e18fce2d62a69228021d60684e0390c1.tar.gz elgg-75efcff5e18fce2d62a69228021d60684e0390c1.tar.bz2  | |
Refs #2903 navigation updated for theme preview
git-svn-id: http://code.elgg.org/elgg/trunk@8217 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/developers/views/default/theme_preview/forms.php')
| -rw-r--r-- | mod/developers/views/default/theme_preview/forms.php | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/mod/developers/views/default/theme_preview/forms.php b/mod/developers/views/default/theme_preview/forms.php index 90cc5dcc8..621f71b33 100644 --- a/mod/developers/views/default/theme_preview/forms.php +++ b/mod/developers/views/default/theme_preview/forms.php @@ -5,14 +5,11 @@  $url = current_page_url(); +$ipsum = elgg_get_config('tp_ipsum'); +  ?>  <div class="elgg-page mal"> -	<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> +	<?php echo elgg_view('theme_preview/header', $vars); ?>  	<h2>Form</h2>  	<form action="#">  		<fieldset>  | 
