Re: Trying to copy a theme
"J. Cox" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.knowledge-base |
|---|---|
| Organization | Xaraya News Server |
| Message-ID | <[email protected]> |
"Kevin McCann" <[email protected]> wrote in message news:mailman.1046793370.687.xaraya_knowledge-base-n5IRV0TL0hwRxVAL8JNkP+OyGI2DFzLe@public.gmane.org > At 10:34 AM 04/03/03 -0600, you wrote: > >Quick question, did you change the theme id in the xarTheme.php in the theme > >parent directory? > > Yes, I changed it from 21 to 23. There is a record for the theme in the > xar_themes table and the xar_regid is set to 23. Records for the theme also > exists in xar_theme_vars, xar_theme_states. So on the DB side it looks like > the initialisation worked OK. All file perms are the same in /Cruciverb as > in /Xaraya_Classic. OK, I followed the exact same steps that you did, except for the name (used Classic instead), and I am not getting the error on my build. So lets narrow it down just a bit more. My title is on line 6 and not 7, so can you post everything between the <head> and </head> tags? Here's mine: <?xar type="page" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <xar:blockgroup name="header" id="header" /> <title> #$tpl:pageTitle# </title> <base href="&xar-baseurl;index.php" /> <link rel="StyleSheet" href="&xar-baseurl;themes/Classic/style/styleNN.css" type="text/css" /> <style type="text/css">@import url(&xar-baseurl;themes/Classic/style/style.css); </style> #$tpl:additionalStyles# #$tpl:headJavaScript# </head> <body>