summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/views/welcome.html.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index bf7ba455..9b3d9d88 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -173,6 +173,13 @@
<? endforeach ?>
] photos and albums
</p>
+ <p>
+ add: [
+ <? foreach (array(1, 10, 50, 100, 500, 1000) as $count): ?>
+ <?= html::anchor("comment/add/$count", "$count") ?>
+ <? endforeach ?>
+ ] comments
+ </p>
<fieldset>
<legend>Photos</legend>
<form method="post" action="<?= url::site("album/1") ?>" enctype="multipart/form-data">