tpl.php

Go to the documentation of this file.
00001 <?php
00002 
00008 class Tpl extends oxUBase
00009 {
00015     public function render()
00016     {
00017         parent::render();
00018 
00019         // security fix so that you cant access files from outside template dir
00020         $sTplName = basename(oxConfig::getParameter("tpl"));
00021 
00022         return $sTplName;
00023     }
00024 }

Generated on Thu Dec 4 12:04:57 2008 for OXID eShop CE by  doxygen 1.5.5