Company site for my brother
Posted: Sun Jan 28, 2024 12:21 am
Hi, I have created a website for my brother's company that specializes in installing air conditioning and heat pumps in Poland.
MTKlima
It's a simple implementation of CMSMS 2.2.19.
As for the modules, I didn't use anything extraordinary, I think. Currently, there are officially only 5 subpages, but in reality, all of them are built from children inside them. Each child has a block called 'section_template' that I use to determine which type of section should be rendered. This neat trick allows me to build and manage slightly more complex subpages, and I can easily move content inside them or hide sections by disabling the side.
I decided to use CMSMS because I'm familiar with it enough (I've used it years ago), and it uses Smarty (similarly to Prestashop). So, for me, it was a choice between using this or learning WordPress from scratch.
MTKlima
It's a simple implementation of CMSMS 2.2.19.
As for the modules, I didn't use anything extraordinary, I think. Currently, there are officially only 5 subpages, but in reality, all of them are built from children inside them. Each child has a block called 'section_template' that I use to determine which type of section should be rendered. This neat trick allows me to build and manage slightly more complex subpages, and I can easily move content inside them or hide sections by disabling the side.
I decided to use CMSMS because I'm familiar with it enough (I've used it years ago), and it uses Smarty (similarly to Prestashop). So, for me, it was a choice between using this or learning WordPress from scratch.