for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* @package sitemaker
* @copyright (c) 2013 Daniel A. (blitze)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/
namespace blitze\content\services\views\driver;
class blog extends base_view
{
* @inheritdoc
public function get_name()
return 'blog';
}
public function get_langname()
return 'CONTENT_DISPLAY_BLOG';
public function get_index_template()
return 'views/blog.html';