... Usually i don't get answers to my questions, but please answer even to this one.
Where is dolphin footer code? I need to add there my ad code that is shows up in every page.
... Usually i don't get answers to my questions, but please answer even to this one.
Where is dolphin footer code? I need to add there my ad code that is shows up in every page. |
/templates/template/_sub_footer.html (where "template" is the name of the template) is where most of the footer stuff is located. For advertisement code, _footer.html might be a better place. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
/templates/template/_sub_footer.html (where "template" is the name of the template) is where most of the footer stuff is located. For advertisement code, _footer.html might be a better place. When i go to templates there is not template.. There is only.. base and uni.. ? |
/templates/template/_sub_footer.html (where "template" is the name of the template) is where most of the footer stuff is located. For advertisement code, _footer.html might be a better place. When i go to templates there is not template.. There is only.. base and uni.. ? "template" is the name of the template (e.g., foo). If you're using the stock template for some reason, those files will be under /base/. Keep in mind that making changes to /base/ can be overwritten during an upgrade. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |