Theme work with focusbusiness and baseadmin
Improvements to NAVBAR, updates to StaticList methods, other minor items Enable product category rendering and other minor improvements Added ADSL-large category price plan
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* This class provides the rendering of Hosting Product Categories
|
||||
*
|
||||
* @package Host
|
||||
* @category Helper
|
||||
* @author Deon George
|
||||
* @copyright (c) 2009-2013 Open Source Billing
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
class Product_Category_Template_HostCompare extends Product_Category_Template {
|
||||
protected function render() {
|
||||
Style::factory()
|
||||
->type('file')
|
||||
->data('media/pages/plans.css');
|
||||
|
||||
return View::factory('product/category/list/hostcompare')
|
||||
->set('o',$this->pco);
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user