Re: Theme pages
"J. Cox" <[email protected]> Wed, 27 Nov 2002 12:20:44 -0500
| Newsgroups | gmane.comp.cms.xaraya.ui |
|---|---|
| Organization | PostNuke |
| Message-ID | <[email protected]> |
"Rivanna Web Works" <[email protected]> wrote in message news:mailman.1038417360.6226.xaraya_ui-n5IRV0TL0hwRxVAL8JNkP+OyGI2DFzLe@public.gmane.org > If wrong place to post, forgive... > > I'm still trying to fully understand the templating system for Xaraya, > and am having difficulty with theme pages. > > Pages are "Master Templates" as I understand the BlockLayout specs. > All the currently shipped themes have a default page (default.pnt, or I > guess .xt in the future?), > and the SeaBreaze theme has an additional install.pnt page. > > But how does xaraya know when to utilize a different page? > Is this related to modules? > There is no "install" module, but an "installer" module. Right now, the only template switching that there is in the system is for "admin type", installer, and the default. So the master template can be used for all user pages whereas the admin template can be used for all admin pages. Switching for the individual modules and blocks layout can be performed (and there is an example in the Xaraya_Classic theme). Hope that helps:)