/
Add "kApplication::getCurrentTemplate" method [5.3.1-B1]

Add "kApplication::getCurrentTemplate" method [5.3.1-B1]

I see in a code a lot, that people are using following code to determine current template:

$this->Application->getPhysicalTemplate($this->Application->GetVar('t'));

I propose, that we create a helper method called getCurrentTemplate  for that.

Related Tasks