default to post/list including front page
This commit is contained in:
parent
1a711eca83
commit
76579ad32f
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user