default to post/list including front page

This commit is contained in:
Shish 2012-03-19 18:58:50 +00:00
parent 1a711eca83
commit 76579ad32f

View File

@ -25,7 +25,7 @@ class BlocksTheme extends Themelet {
$html .= "<th>Title</th><td><input type='text' name='title' value=''></td>";
$html .= "<th>Area</th><td><select name='area'><option>left<option>main</select></td>";
$html .= "<th>Priority</th><td><input type='text' name='priority' value='50'></td>";
$html .= "<th>Pages</th><td><input type='text' name='pages' value='post/list/*'></td>";
$html .= "<th>Pages</th><td><input type='text' name='pages' value='post/list*'></td>";
$html .= "<td><input type='submit' value='Add'></td>";
$html .= "</tr>";
$html .= "<tr>";