SVN commit 840368 by rahn: - Fixing authors page M +1 -1 authors.php --- trunk/www/sites/edu/marble/authors.php #840367:840368 @@ -5,7 +5,7 @@ include ( "header.inc" ); $appinfo = new AppInfo( "Marble" ); - $appinfo->setIcon( "../pics/projects/ox32-app-marble.png", "32", "32" ); + $appinfo->setIcon( "./logo/marble-logo-72dpi.png" ); $appinfo->setVersion( "0.6.0" ); $appinfo->setLicense("lgpl"); $appinfo->setCopyright( "2005", "The Marble Project" );