Thanks, i did not know about $$skin and $skinpath. Now the skin styles
get loaded, great!

But some skin variables from code.snippets.triad are not getting
rendered, but only in the top div.
If I put the vars into the page text they get rendered fine, so the
markup is okay. Here are the snippet vars in question:


TopSearch: [form][text query size=15 class=inputbox] [submit Search
class=inputbutton][session nextpage action.search][session search
"{=query}"][form]<br />[(fontsizer)]

ToggleLeft: * [(showhide id=sidebar show='show↓' hide='hide↓' set=1)]

ToggleRight: * [(showhide id=right show='↓show' hide='↓hide' set=1)]

and the relevant section of the skin template where these vars are
used looks like this:

<!-- top -->
  <div id="top" class="pageheader">
    <div id="topsearch" class="rfloat">$$topsearch</div>
        [[top]]
  </div>
  <div class="clearer"><!-- a clearer div --></div>
<!-- top menu -->
  <div id="topnavbox">
    <div id="topnav" class="nav">
      <div class="lfloat">$$toggleleft</div>
      <div class="rfloat">$$toggleright</div>
      [[topnav]]
    </div>
  </div>

Note that only the vars fail, the pages 'top' and 'topnav' get renderd fine.
And other skin snippets render fine in other parts of the page.

Any ideas?

thanks,
~Hans

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to