/home/coolpkct/www/websites/cake3.cool.rocks/admin/plugins/contact/contactbuttonbar.inc.php
<?php
/**
 * Part of Showkase web site management package
 *
 * @package Showkase
 * @author Jack Hardie {@link http://www.jhardie.com}
 * @copyright Copyright (c) 2012, SimpleViewer Inc.
 */
defined('SK_ACCESS')||die('<h1>403: Forbidden</h1>'); 
require_once 'classes'.DIRECTORY_SEPARATOR.'pagebuttonbar.php';
 
/**
 * Creates Title, close link and buttonbar
 *
 * @package Showkase
 */
class ContactButtonbar extends PageButtonbar {}