|
Stud.IP
3.2 Revision
|
Variables | |
| foreach($persons as $index=> $person)<?=$offset+$index+1 ?></td >< td ><?=Avatar::getAvatar( $person[ 'user_id']) -> getImageTag(Avatar::SMALL) ?></td >< td >< a hrefforeach( $person[ 'is_king'] as $type=> $text)( 'icons/16/yellow/crown.png', array( 'alt'=> $text, 'title'=> $text, 'class'=> 'text-top')) ?><? endforeach ?></td >< td ><?if( $person[ 'user_id']==$GLOBALS[ 'user']->id)( 'score/unpublish') ?>"> <? | endif |
| foreach ( $persons as $index=> $person)<?= $offset + $index + 1 ?></td><td><?= Avatar::getAvatar($person['user_id'])-> getImageTag (Avatar::SMALL) ?> </td> <td> <a hrefforeach ($person['is_king'] as $type => $text) ('icons/16/yellow/crown.png', array('alt' => $text, 'title' => $text, 'class' => 'text-top')) ?> <? endforeach ?> </td> <td><?if ($person['user_id'] == $GLOBALS['user']->id) ('score/unpublish') ?>"> <? endif |