Hello!
I am trying to change image, title, and description in the shown 6 blocks in index.php file. The index.php file loads function index() that is in another file named header.inc.php file. There are arrays like below:
array(
'title'=>'Supporting Foster & Adoption Families',
'img'=>'images/img-1.png',
'content'=>'nothing',
'link'=>'supporting.php'
),
In the arrays, I am trying to change title, img, content, and link but everything I changed showing unchanged in the browser. I am very confused why this is happening, any server problem?
I tried in local server too! no result. Please help me.
Thanks