Maybe we’ve customized the wrong file that has made upgrading the plugin a little more difficult.
This website was created using the Blank template (at the time with version 1.1.6 plugin) http://www.perfectiongroup.com
One change we made was to this file: /plugins/system/jat3/base-themes/default/page/default.php
We wanted to change the layout a little to add the background and keep the template from spanning the full page. At the top of the default.php page we added a line of code:
<body id="bd" class="<?php echo $this->getBodyClass();?>">
<div id="ja-wrapper">
<div id="wt-bg">
The last line for wt-bg was added.
At the end of the file we added this:
<div id="ja-copyright">
<jdoc:include type="modules" name="footer" />
</div>
</div>
The closing div tag for the wt-bg div tag and we wanted to move where the copyright was showing up.
Obviously we did this in a file that will always be updated with the news plugin version…. so where would be a better place to do this if we want to customize the actual layout for the blank template?
Thanks in advance for your thoughts and feedback.