Enlightenment CVS committal Author : mekius Project : web Module : www
Dir : web/www/p/about/people Modified Files: en-body Log Message: Removed emails and fixed urls. =================================================================== RCS file: /cvs/e/web/www/p/about/people/en-body,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- en-body 13 Jun 2007 14:10:19 -0000 1.9 +++ en-body 13 Jun 2007 14:58:51 -0000 1.10 @@ -95,9 +95,7 @@ $class='tab2'; echo "<tr>"; - echo "<td class='$class'> - <a href='mailto:".$val->e_mail."'>".$val->name. - "</a></td>"; + echo "<td class='$class'>".$val->name."</td>"; echo "<td class='$class'>".$val->managing."</td>"; echo "<td class='$class'>".$val->irc_nick."</td>"; echo "<td class='$class'>".$val->location."</td>"; @@ -105,7 +103,7 @@ if(strstr($val->www, "http://")) { if($val->www[strlen($val->www)-1] == '/') - $val->www[strlen($val->www)-1] = 0; + $val->www = substr($val->www, 0, -1); echo "<a href='".$val->www."'>". str_replace(array('http://', 'www.'),'',$val->www)."</a>"; ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs