Only because it's my pet peeve, I'll mention that this: "/" is a forward slash, and this: "\" is a backslash. Unix uses forward slashes, Windows uses backslashes.
Chris Neale wrote: > On Thursday 28 June 2007 23:55, Michael Vincent van Rantwijk wrote: > >> Why can't we use something like: >> >> $local_conf_skin="\css\default.css" >> > > Unix paths have back slashes :) > > >> but do we need to use a full path like: >> >> $local_conf_skin="http://multizilla.mozdev.org/css/default.css" ? >> > > The current templating system takes that and makes substitutions - it was > written to accept a full URL > > >> p.s. wasn't there some global PHP var with the visited project name? >> >> > > $project usually > > definition HOST covers 'mozdev.org' > > cdn > _______________________________________________ > Project_owners mailing list > [email protected] > http://mozdev.org/mailman/listinfo/project_owners > > _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
