<?php
/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

$hookvalue = array(
    array(
        'name' => 'displaySmartBlogLeft',
        'title' => 'displaySmartBlogLeft',
        'description' => 'This is blog page left column',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'displaySmartBlogRight',
        'title' => 'displaySmartBlogRight',
        'description' => 'This is blog page Right column',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'displaySmartBeforePost',
        'title' => 'displaySmartBeforePost',
        'description' => 'This is blog Single page before blog post',
        'position' => 1,
        'live_edit' => 0,
    ),
    // array(
    //     'name' => 'displaySmartAfterPost',
    //     'title' => 'displaySmartAfterPost',
    //     'description' => 'This is blog Single page after blog post',
    //     'position' => 1,
    //     'live_edit' => 0,
    // ),
    array(
        'name' => 'actionsbnewpost',
        'title' => 'actionsbnewpost',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbupdatepost',
        'title' => 'actionsbupdatepost',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbdeletepost',
        'title' => 'actionsbdeletepost',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbtogglepost',
        'title' => 'actionsbtogglepost',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbnewcat',
        'title' => 'actionsbnewcat',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbupdatecat',
        'title' => 'actionsbupdatecat',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbdeletecat',
        'title' => 'actionsbdeletecat',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbtogglecat',
        'title' => 'actionsbtogglecat',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbpostcomment',
        'title' => 'actionsbpostcomment',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbappcomment',
        'title' => 'actionsbappcomment',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbsingle',
        'title' => 'actionsbsingle',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbcat',
        'title' => 'actionsbcat',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbsearch',
        'title' => 'actionsbsearch',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionsbheader',
        'title' => 'actionsbheader',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
    array(
        'name' => 'actionHtaccessCreate',
        'title' => 'actionHtaccessCreate',
        'description' => 'this is action hook.',
        'position' => 1,
        'live_edit' => 0,
    ),
);