first commit
This commit is contained in:
14
modules/ph_simpleblog/controllers/front/category.php
Normal file
14
modules/ph_simpleblog/controllers/front/category.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Blog for PrestaShop module by Krystian Podemski from PrestaHome.
|
||||
*
|
||||
* @author Krystian Podemski <krystian@prestahome.com>
|
||||
* @copyright Copyright (c) 2014-2017 Krystian Podemski - www.PrestaHome.com / www.Podemski.info
|
||||
* @license You only can use module, nothing more!
|
||||
*/
|
||||
require_once _PS_MODULE_DIR_.'ph_simpleblog/ph_simpleblog.php';
|
||||
require_once _PS_MODULE_DIR_.'ph_simpleblog/controllers/front/list.php';
|
||||
|
||||
class PH_SimpleBlogCategoryModuleFrontController extends ph_simplebloglistModuleFrontController
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user