Hello, I am needing some assistance… I am trying to edit the HTML part of my site which is coded in php…
{LANG[HTML][FOOTER][1]}™
© {LANG[HTML][FOOTER][2]}
<script type="text/javascript">
$(document).ready(function(){
$('.boxy').boxy();
});
</script>
<script type="text/javascript" src="js/scripts.js"></script>
{PAGE_BOTTOM_INCLUDE}
What I am needing to edit is related to this {LANG[HTML][FOOTER][1]}
The other part is this {LANG[HTML][FOOTER][2]}
and so on… Now I would think that there would be a footer.html file, but there isn’t… So where would I find what to edit?
Does this make sense??
Thanks a lot!
Robert