Added possibility to specify a different paging size.
This commit is contained in:
parent
9acaf35935
commit
42f4344501
18 changed files with 183 additions and 83 deletions
|
@ -144,6 +144,8 @@ namespace ScrewTurn.Wiki {
|
|||
return Settings.DefaultCacheProvider;
|
||||
case SettingName.RootNamespaceTheme:
|
||||
return Settings.GetTheme(null);
|
||||
case SettingName.ListSize:
|
||||
return Settings.ListSize.ToString();
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue