summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
authorJozef Selesi <jozefs@users.sourceforge.net>2008-11-11 12:20:20 +0000
committerJozef Selesi <jozefs@users.sourceforge.net>2008-11-11 12:20:20 +0000
commit1651b3fe8506cd629770e7642a2e1e1f88a9fc68 (patch)
treea6fbfca2a6ccd871378dc6746e21f82ae6f4537a /core/views
parent76b3bdd40cec18e4331ff9095e58b0562ed76175 (diff)
Move scaffolding code out of the comments controller to welcome.php.
Diffstat (limited to 'core/views')
-rw-r--r--core/views/welcome.html.php4
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>