Basically is there a way to alter the page title in runtime?
eg: <title>is currently the same for all</title>
because i have made a php header that is "included" on all my pages so i only have to edit one template file
im thinking make a variable or call a method or something. my knowledge in php is minimal
what can i add inside the title tags instead?
Any ideas?
eg: <title>is currently the same for all</title>
because i have made a php header that is "included" on all my pages so i only have to edit one template file
im thinking make a variable or call a method or something. my knowledge in php is minimal
what can i add inside the title tags instead?
Any ideas?