<?php abstract class HiroshiCore_Title { protected $slug; public $overriding_whole_title = false; public $parameters = array(); public function load_template() { return hiroshi_core_get_template_part( 'title/layouts/' . $this->slug, 'templates/' . $this->slug, '', $this->parameters ); } }