septiembre 7, 2009 a las 11:40 pm
#84391
Anónimo
Invitado
Te subo el archivo entero [file name=walls.zip size=3906]http://paramiweb.com/media/kunena/attachments/legacy/files/walls.zip[/file]
$friendModel =& CFactory::getModel(‘friends’);
$avatarModel =& CFactory::getModel(‘avatar’);
$isMe = ( ($my->id == $user->id) && ($my->id != 0));
$isGuest = ($my->id == 0 ) ? true : false;
$isConnected = friendIsConnected( $my->id , $user->id );
305 CFactory::load( ‘helpers’ , ‘owner’ );
306
307 $isSuperAdmin = isCommunityAdmin();
308 //$limit = ((int)$limit params->get(‘cache’, 1);
Attachments: