Jump to content

Question

Posted

Hi there

 

How to customize the footer for multi company ? How to have one different footer for each company ?

 

I know how to change the default footer in app/views/client/bootstrap/structure.pdt. But I did not find the file to have a different footer for each company.

 

Thanks for your attention

 

4 answers to this question

Recommended Posts

  • 0
Posted
  On 11/19/2014 at 10:47 AM, ABYZ.website said:

Hi there

 

How to customize the footer for multi company ? How to have one different footer for each company ?

 

I know how to change the default footer in app/views/client/bootstrap/structure.pdt. But I did not find the file to have a different footer for each company.

 

Thanks for your attention

 

In the structure.pdt use the following code:

<?php if ($system_company->id == "1") { ?>

Whatever for Company 1.

<?php }else{ ?>

Whatever for Company 2.

<?php } ?>
  • 0
Posted
  On 11/19/2014 at 1:12 PM, ABYZ.website said:

Thanks your quick answer. That is working now.

 

The company->id can be found in the company listing at this address URL/admin/settings/system/companies

 

Glad to have helped :)

  • 0
Posted

That's the best way to do it for just changing the footer. If you need to change a lot more, then you can clone the client template directory (bootstrap) and select the new one for the new company under Settings > Company > Look and Feel > Template. If you do this, keep in mind that you'll need to manually merge any changes when upgrading.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...