Skip to content

Commit

Permalink
Fixed user example again
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Aug 1, 2011
1 parent 720cb97 commit 5120ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example-user.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function displayImgs($element, $key, $f) {
foreach ($pictures as $pic) {
echo '<a href="',$pic['PageUrl'],'"><img src="',phpZenfolio::imageUrl($pic, 1),'" title="',$pic['Title'],'" alt="',$pic['Id'],'" /></a>';
}
break;
}
}
}
Expand Down

0 comments on commit 5120ece

Please sign in to comment.