Changeset 2056053
- Timestamp:
- 03/23/2019 09:13:42 PM (7 years ago)
- File:
-
- 1 edited
-
vampire-character/trunk/inc/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vampire-character/trunk/inc/functions.php
r1710950 r2056053 1128 1128 $output .= "<img alt='$i' src='$empty' />"; 1129 1129 1130 if ($i == 10)1131 $output .= "<br />"; 1130 if ($i % 10 == 0) 1131 $output .= "<br />"; 1132 1132 } 1133 1133
Note: See TracChangeset
for help on using the changeset viewer.