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
I filed bug https://www.mozdev.org/bugs/show_bug.cgi?id=17300 because I can use a relative path for the error pages, so I think we should be able to use them everywhere. >> p.s. wasn't there some global PHP var with the visited project name? >> > $project usually Right (/me bangs on forehead). > definition HOST covers 'mozdev.org' Thanks, Michael _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
