I'm using Geocore to develop a site.
In assigning templates for a specific page, we have a .tpl file for that.
This is to separate the business logic with the template (front-end), blah.. etc.
I already have basic knowledge on how to include php variables in the .tpl file using the smarty syntax. The problem is, how do I assign a .php file so that the variables can be read in the template(.tpl)?
assign()method - zerkms