2013-09-29, 18:07:37
I want to use two themes in my website.
Here are the steps I have taken:
I copied the template.php file from the second theme folder and placed it in the main theme folder.
I renamed the second theme template php file.
On the webpage I want to use the second theme on - I used the page option and changed the page template to the second theme template.
I have modifed the PHP lines include ( " header.inc.php ' ) to this
include ( " /Innovation/header.inc.php ' ) on the second theme template php file.
When I access the page using the second theme - I get his error message:
Fatal error: Call to undefined function Innovation_Settings() in /home/scenicra/public_html/scenicradio.com/theme/holford/index.template.php on line 13
What am I doing wrong ?
Here are the steps I have taken:
I copied the template.php file from the second theme folder and placed it in the main theme folder.
I renamed the second theme template php file.
On the webpage I want to use the second theme on - I used the page option and changed the page template to the second theme template.
I have modifed the PHP lines include ( " header.inc.php ' ) to this
include ( " /Innovation/header.inc.php ' ) on the second theme template php file.
When I access the page using the second theme - I get his error message:
Fatal error: Call to undefined function Innovation_Settings() in /home/scenicra/public_html/scenicradio.com/theme/holford/index.template.php on line 13
What am I doing wrong ?