product.php 369 Bytes
Newer Older
Francisco Salazar committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?php

return [
	"slug_products" => "productos",
	"slug_category" => "categoria",
	"slug_subcategory" => "subcategoria",
	
	"product-index" => [
		"pagination" => 25,
		"otros" => 6,
	],
	"product-show" => [
		"otros" => 6,
	],
	"product-bycategory" => [
		"pagination" => 15,
		"otros" => 6
	],
	"product-bysubcategory" => [
		"pagination" => 15,
		"otros" => 6
	],
];