Browse Source

Change default pagination for shop

Vova Tkach 5 years ago
parent
commit
d8cd44e340
1 changed files with 2 additions and 2 deletions
  1. 2 2
      engine/wrapper/config.go

+ 2 - 2
engine/wrapper/config.go

@@ -30,8 +30,8 @@ func (this *Config) configDefault() {
 	this.Blog.Pagination.Index = 5
 	this.Blog.Pagination.Index = 5
 	this.Blog.Pagination.Category = 5
 	this.Blog.Pagination.Category = 5
 
 
-	this.Shop.Pagination.Index = 5
-	this.Shop.Pagination.Category = 5
+	this.Shop.Pagination.Index = 9
+	this.Shop.Pagination.Category = 9
 }
 }
 
 
 func (this *Config) configRead(file string) error {
 func (this *Config) configRead(file string) error {