Default view.php inside a Template

Permalink
Hi guys,

Long time no post. :p

I've been playing around with the "Page Block" -http://www.codium.co.nz/page_block_for_concrete5/...

Sweet block IMO... Anyways, I've modified it so that you can select what attribute you want it to spit out, rather than it dumping everything.

Though this isn't a big deal, I was wondering if there is a "best practice" method to have a template file grab the original view.php file instead of having to copy all the guts.

For example, an I know this doesn't actually work:
<?php defined('C5_EXECUTE') or die(_("Access Denied."));?>
<div class"myNewStyle">
<?php include($this->defaultView) ?>
</div>


Any ideas?

Thanks,
- IJ

ijessup