diff options
| author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-17 16:53:12 +0000 | 
|---|---|---|
| committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-17 16:53:12 +0000 | 
| commit | c93b3d2d3a1068cef77eebc7600cdb022b2a5589 (patch) | |
| tree | 2ac35d7c2636334dfd10983fe2f5aa4fd5a05fce /views/default | |
| parent | 6ef612b3ba8c61688b1ea3846b0c813f013b2aa6 (diff) | |
| download | elgg-c93b3d2d3a1068cef77eebc7600cdb022b2a5589.tar.gz elgg-c93b3d2d3a1068cef77eebc7600cdb022b2a5589.tar.bz2  | |
footer updated to fit more links
git-svn-id: https://code.elgg.org/elgg/trunk@1985 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
| -rw-r--r-- | views/default/page_elements/footer.php | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/views/default/page_elements/footer.php b/views/default/page_elements/footer.php index 128d07992..c1f47c179 100644 --- a/views/default/page_elements/footer.php +++ b/views/default/page_elements/footer.php @@ -21,13 +21,13 @@  <div class="clearfloat"></div>  <div id="layout_footer"> -<table width="958" height="79" border="1" cellpadding="0" cellspacing="0"> +<table width="958" height="79" border="0" cellpadding="0" cellspacing="0">  	<tr> -		<td width="310" height="50"> +		<td width="210" height="50">  		</td> -		<td width="648" height="50" align="right"> +		<td width="748" height="50" align="right">  		<p class="footer_toolbar_links">  		<?php  			foreach($menu as $item) { @@ -42,13 +42,13 @@  	</tr>  	<tr> -		<td width="310" height="28"> +		<td width="210" height="28">  		<a href="http://www.elgg.org" target="_blank">  		<img src="<?php echo $vars['url']; ?>_graphics/powered_by_elgg_badge_drk_bckgnd.gif" border="0" />  		</a>  		</td> -		<td width="648" height="28" align="right"> +		<td width="748" height="28" align="right">  		<p class="footer_legal_links"><small>  		 Powered by Elgg, the leading open source social networking platform  		</small>  | 
