Does Zope look anywhere apart from the current folder for objects which are specified like this:- ? <link rel="Stylesheet" type="text/css" href="ploneCustom.css" /> I've cobbled together a website and can't work out where certain CSS tags are being specified. Is there a simple way to determine this? -- John
+-------[ John Poltorak ]---------------------- | | | Does Zope look anywhere apart from the current folder for objects which | are specified like this:- ? | | <link rel="Stylesheet" type="text/css" | href="ploneCustom.css" /> | | I've cobbled together a website and can't work out where certain CSS tags | are being specified. Is there a simple way to determine this? It will grab it via the normal Acquisition mechanism. Plone/CMF has special handling for 'skins' which it pushes into the Acquisition path, css files are normally one of the things that are pushed in. -- Andrew Milton akm@theinternet.com.au
participants (2)
-
Andrew Milton -
John Poltorak