OXID eShop CE
4.10.8
Main Page
Related Pages
Classes
Files
File List
File Members
OXID eShop CE
Deprecated List
Classes
Files
File List
admin
application
components
controllers
admin
account.php
account_downloads.php
account_newsletter.php
account_noticelist.php
account_order.php
account_password.php
account_recommlist.php
account_user.php
account_wishlist.php
alist.php
basket.php
clearcookies.php
compare.php
contact.php
content.php
credits.php
details.php
download.php
exceptionerror.php
forgotpwd.php
guestbook.php
guestbookentry.php
invite.php
links.php
manufacturerlist.php
moredetails.php
news.php
newsletter.php
order.php
oxubase.php
payment.php
pricealarm.php
recommadd.php
recommlist.php
register.php
review.php
rss.php
search.php
start.php
suggest.php
tag.php
tags.php
thankyou.php
tpl.php
user.php
vendorlist.php
wishlist.php
wrapping.php
models
translations
bin
core
modules
index.php
bootstrap.php
config.inc.php
getimg.php
oxseo.php
version.php
widget.php
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
tpl.php
Go to the documentation of this file.
1
<?php
2
8
class
Tpl
extends
oxUBase
9
{
10
16
public
function
render
()
17
{
18
parent::render
();
19
20
// security fix so that you cant access files from outside template dir
21
$sTplName = basename((
string
)
oxRegistry::getConfig
()->getRequestParameter(
"tpl"
));
22
if
($sTplName) {
23
$sTplName =
'custom/'
. $sTplName;
24
}
25
26
return
$sTplName;
27
}
28
}
application
controllers
tpl.php
Generated by
1.8.1.2