gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/account index.php,1.15,1.16


From: gsmet
Subject: [Gforge-commits] gforge/www/account index.php,1.15,1.16
Date: Wed, 24 Mar 2004 08:34:12 -0600

Update of /cvsroot/gforge/gforge/www/account
In directory db.perdue.net:/tmp/cvs-serv12684/www/account

Modified Files:
        index.php 
Log Message:
implemented correctly $sys_use_people in all GForge

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/account/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- index.php   18 Feb 2004 09:18:25 -0000      1.15
+++ index.php   24 Mar 2004 14:34:10 -0000      1.16
@@ -69,14 +69,16 @@
 ?>
 
 
-<p> <?php echo $Language->getText('account_options', 'welcome'); ?> 
<strong><?php print $u->getUnixName(); ?></strong>. </p>
+<p> <?php echo $Language->getText('account_options', 'welcome'); ?> 
<strong><?php print $u->getRealName(); ?></strong>. </p>
 <p>
 
 <?php echo $Language->getText('account_options', 'intro'); ?>
 </p>
 <ul>
 <li><a href="/users/<?php print $u->getUnixName(); ?>/"><strong><?php echo 
$Language->getText('account_options', 'view_developer_profile'); 
?></strong></a></li>
-<li><a href="/people/editprofile.php"><strong><?php echo 
$Language->getText('account_options', 'edit_skills_profile'); 
?></strong></a></li>
+<?php if($GLOBALS['sys_use_people']) { ?>
+       <li><a href="/people/editprofile.php"><strong><?php echo 
$Language->getText('account_options', 'edit_skills_profile'); 
?></strong></a></li>
+<?php } ?>
 <li><a href="/themes/"><strong><?php echo $Language->getText('menu', 
'change_my_theme'); ?></strong></a></li>
 </ul>
 <?php echo $HTML->boxBottom(); ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]