OXID eShop CE
4.8.12
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
tpl.php
Go to the documentation of this file.
1
<?php
2
8
class
Tpl
extends
oxUBase
9
{
15
public
function
render
()
16
{
17
parent::render
();
18
19
// security fix so that you cant access files from outside template dir
20
$sTplName = basename( (
string
)
oxConfig::getParameter
(
"tpl"
) );
21
if
($sTplName) {
22
$sTplName =
'custom/'
.$sTplName;
23
}
24
25
return
$sTplName;
26
}
27
}
application
controllers
tpl.php
Generated by
1.8.1.2