9
Quote:
ackbarr wrote:
yup - the default setting is for smarty to cache your theme files, so your site is probably using the cached version of your theme, not your changed one. Try removing all files from the templates_c directory.
That worked. Thanks for the help.
davidtillyer -
I'm still a beginner, but I added:
<{$xoops_footer}>
to the footer in the theme.html code.
Then changed the content in the admin area.
Then deleted all the files out of the template_c directory (like ackbarr said to do)
Refreshed the page, and the content that I entered in the admin area appeared in the place where I put the <{$xoops_footer}> tag.
Hope this makes sense.