openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3d43eb2b5f740905b68bdb0fff83c7de5739fd54
parent afa361d82689f56e86290e2644fb2ec406160b96
Author: dankert <devnull@localhost>
Date:   Sun,  1 Mar 2009 13:37:59 +0100

Eingebundene Datei mit "basename()" bearbeiten, da nur der Dateiname interesant ist.

Diffstat:
themes/default/include/html/insert.inc.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/insert.inc.php b/themes/default/include/html/insert.inc.php @@ -1 +1 @@ -<?php include( $tpl_dir.$attr_file.'.tpl.php') ?>- \ No newline at end of file +<?php include( $tpl_dir.basename($attr_file).'.tpl.php') ?>+ \ No newline at end of file