dakeister Posted October 22, 2015 Share Posted October 22, 2015 Trying to add image above copyright tag: Added this to footer.tpl </div><!-- /.main-content --> {if !$inShoppingCart && $secondarySidebar->hasChildren()} <div class="col-md-3 pull-md-left sidebar"> {include file="$template/includes/sidebar.tpl" sidebar=$secondarySidebar} </div> {/if} </div> <div class="clearfix"></div> </section> <section id="footer"> <CENTER><img src='templates/mdc6/img/home_banner_smartermail.png' WIDTH=100 HEIGHT=53 alt="SmarterMail "><IMG SRC='templates/mdc6/img/home_banner_smarterstats.png'WIDTH=100 HEIGHT=53 alt="SmarterStats"></CENTER>[/color] <p>Copyright © {$date_year} {$companyname}. All Rights Reserved.</p> </section> <script src="{$BASE_PATH_JS}/bootstrap.min.js"></script> <script src="{$BASE_PATH_JS}/jquery-ui.min.js"></script> <script type="text/javascript"> var csrfToken = '{$token}'; </script> <script src="{$WEB_ROOT}/templates/{$template}/js/whmcs.js"></script> {$footeroutput} </body> </html> I don't get the images but i do get the alt text. 0 Quote Link to comment Share on other sites More sharing options...
dakeister Posted October 23, 2015 Author Share Posted October 23, 2015 Figured out what i was doing wrong 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.