Project

General

Profile

Feature proposal #6351

Updated by krileon over 7 years ago

Currently it uses a Class > Function usage. The problem with this is if you include it more than once it errors. This means you can't have URL based template usages or per-community template usage. Instead the template function should return a URL path that can then be output via a require call. This is in short how Joomla layouts function. 

 See CB Core Fields Ajax for first implementation of this new template usage.

Back