diff options
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index f98ab167..154df8ce 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -182,17 +182,24 @@ <p> add: [ <? foreach (array(1, 10, 50, 100, 500, 1000) as $count): ?> - <?= html::anchor("welcome/add_albums_and_photos/$count", "$count") ?> + <?= html::anchor("welcome/add_albums_and_photos/$count", "$count") ?> <? endforeach ?> ] photos and albums </p> <p> add: [ <? foreach (array(1, 10, 50, 100, 500, 1000) as $count): ?> - <?= html::anchor("welcome/add_comments/$count", "$count") ?> + <?= html::anchor("welcome/add_comments/$count", "$count") ?> <? endforeach ?> ] comments </p> + <p> + add: [ + <? foreach (array(1, 10, 50, 100, 500, 1000) as $count): ?> + <?= html::anchor("welcome/add_tags/$count", "$count") ?> + <? endforeach ?> + ] tags + </p> <fieldset> <legend>Photos</legend> <form method="post" action="<?= url::site("albums/1") ?>" enctype="multipart/form-data"> |
