openrat-cms

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

commit d968fd25d56088d77ae8f96f8edf5c3459994044
parent 530e05185a650861d29198290301d340a79c0dc2
Author: dankert <devnull@localhost>
Date:   Sat, 20 Jan 2007 16:18:43 +0100

Datei entfernt.

Diffstat:
themes/default/include/html/link.el.php | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

diff --git a/themes/default/include/html/link.el.php b/themes/default/include/html/link.el.php @@ -1,18 +0,0 @@ -<?php - $value = ''; - if(!empty($config)) - { - global $conf; - $c = $conf; - $path = explode('/',$config); - $url = '<?php echo $'."conf['".implode("']['",$path)."'] ?>"; - - $value = "<a href=\"$url\" class=\"$class\" target=\"$target\" title=\"$title\">"; - } - elseif(!empty($url)) - $value = "<a href=\"$url\" class=\"$class\" target=\"$target\" title=\"$title\">"; - elseif(!empty($var)) - $value = "<a href=\"<?php echo $$var ?>\" class=\"$class\" target=\"$target\" title=\"$title\">"; - else - $value = ''; -?>- \ No newline at end of file