I am trying to display an array I have created in pages_list.tpl using the page number. $my_array[$aList[iPage]]
but this code doesn't work, is there a way I can do this.
thanks
merci
2007-09-03 08:40
onid - cna you send us a link to your page, and write what exactly do you want to display in that array.
onid
2007-09-03 10:30
I can't send a link because it is in the admin area. the file is '/templates/admin/pages_list.tpl'. I have written a script that records page hits and stores them in an array. I want to show the page hits for each page in 'pages_list.tpl' Instead of using $my_array[10], I want to use the number stored inside $aList[iPage].