|
From: Jon O. <jon...@us...> - 2005-10-12 15:39:14
|
Update of /cvsroot/mxbb/mx_gallery2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16247/modules/mx_gallery2 Modified Files: gallery2_toplist.php Log Message: nicer toplist layout Index: gallery2_toplist.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/gallery2_toplist.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gallery2_toplist.php 1 Oct 2005 14:13:00 -0000 1.2 --- gallery2_toplist.php 12 Oct 2005 15:39:06 -0000 1.3 *************** *** 180,184 **** else { ! $ret = GalleryEmbed::init(array( 'embedUri' => $embedUri, 'embedPath' => $embedPath, 'relativeG2Path' => $relativeG2Path, 'loginRedirect' => $loginRedirect, 'activeUserId' => 0)); if ($ret->isError()) { echo $ret->getAsHtml(); --- 180,184 ---- else { ! $ret = GalleryEmbed::init(array( 'embedUri' => $embedUri, 'embedPath' => $embedPath, 'relativeG2Path' => $relativeG2Path, 'loginRedirect' => $loginRedirect, 'activeUserId' => 2)); if ($ret->isError()) { echo $ret->getAsHtml(); |