Add the new variable `FileProcessorFormField::$bigPreview` with getter and setter.
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / boxTodaysFollowingBirthdays.tpl
1 <ul class="sidebarItemList">
2 {foreach from=$birthdayUserProfiles item=birthdayUserProfile}
3 <li class="box32">
4 {user object=$birthdayUserProfile type='avatar32' ariaHidden='true' tabindex='-1'}
5
6 <div class="sidebarItemTitle">
7 <h3>{user object=$birthdayUserProfile}</h3>
8 <small>{$birthdayUserProfile->getBirthday()}</small>
9 </div>
10 </li>
11 {/foreach}
12 </ul>