OSDN Git Service

一頁に表示できる最大件数を200に拡大。ユーザーTLとキーワードTLで長い投稿を省略しないように変更。
[yanmah2/YANMAH2-season2-.git] / config.php
index c1ea59d..75ea969 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 //YANMAH2 - Yet ANother Mobile Accelerated HatenaHaiku
-//(c) 2014 YANMAH2 project
+//(c) 2019 YANMAH2 project
 //This program is freesoftware. you can redistribute it and/or modify it under the terms of the [GNU Affero GPL v3](http://www.gnu.org/licenses/agpl.html).
 ?>
 <?php
@@ -236,6 +236,11 @@ EOL;
 if (isset($y2count) && $y2count == '100') $echo = $echo . ' selected="selected"';
 $echo = $echo . <<<EOL
 >100</option>
+       <option value="200"
+EOL;
+if (isset($y2count) && $y2count == '200') $echo = $echo . ' selected="selected"';
+$echo = $echo . <<<EOL
+>200</option>
   </select>
 </div>
 EOL;