Jump to content
  • 0

Multi Company Theme Customization


ABYZ.website

Question

4 answers to this question

Recommended Posts

  • 0

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 } ?>
Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...