Enlightenment CVS committal Author : raster Project : web Module : www
Dir : web/www/site Modified Files: site.php Log Message: ok - some content. for some reason the table around the button for "DOWNLOAD E17" wants to make the top and bottom rows 16px high - not 8. this is strange. why is this happening? =================================================================== RCS file: /cvs/e/web/www/site/site.php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- site.php 12 Apr 2007 00:06:53 -0000 1.7 +++ site.php 21 Apr 2007 06:53:55 -0000 1.8 @@ -43,7 +43,19 @@ function a($pg, $txt) { global $page; global $lang; - echo("<a href='p.php?page=$pg?l=$lang'>$txt</a>"); + echo("<a href='p.php?p=$pg&l=$lang'>$txt</a>"); + } + + function ast($pg) { + global $page; + global $lang; + echo("<a href='p.php?p=$pg&l=$lang'>"); + } + + function acl($pg, $cl) { + global $page; + global $lang; + echo("<a href='p.php?p=$pg&l=$lang' class='$cl'>"); } /* utility functions */ ------------------------------------------------------------------------- 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