Hi, i have a function, that creates the code for a HTML table. Within that function i have a variable, called $title. This contains text, which is declared on each page, that is shown in the table, i have put
in the function, but it doesnt show.
This function is used for blocks for a menu, each block has its own file, which is included, and within the file, is the declaration for the variable.
Heres the code for the function
Then a typical block file looks like this
But the $title doesnt show!!