CodeIgniter Forums
multi templates - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: multi templates (/showthread.php?tid=86248)



multi templates - lindaw - 01-23-2023

Hello,
Thank you for all your help.
I have 3 users, each user has own template layout (other than the main website) , user saved in a table, with template id
after login I want to redirect /reroute the user according to the template id, like
if templateid=1 then route to template #1
if templateid=2 then route to template #2
if templateid=3 then route to template #3
so on. by the way each template layout completely different layout
I have all this working with no MVC (old website ), but I'm moving everything to Code Igniter 4.3),

Thank you in advance