hi,
in welcher Veriablen steht der Relativer Template-Pfad?
danke
Relativer Template-Pfad
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Relativer Template-Pfad
{$serendipityHTTPPath}templates/{$template}/ ?
Grüße,
gArvin
Grüße,
gArvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Variablen
Hi!
$serendipity['serendipityHTTPPath'] . 'templates/' . $serendipity['template'];
Grüße,
Garvin
$serendipity['serendipityHTTPPath'] . 'templates/' . $serendipity['template'];
Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Variablen
Zwar noch nicht fertig, aber es funktioniert - Dankegarvinhicking wrote:Hi!
$serendipity['serendipityHTTPPath'] . 'templates/' . $serendipity['template'];
Grüße,
Garvin