diff options
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/welcome.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 9b3d9d88..f22f0b75 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -169,14 +169,14 @@ <p> add: [ <? foreach (array(1, 10, 50, 100, 500, 1000) as $count): ?> - <?= html::anchor("welcome/add/$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("comment/add/$count", "$count") ?> + <?= html::anchor("welcome/add_comments/$count", "$count") ?> <? endforeach ?> ] comments </p> |