hey, just wondering if any one had any tips or tricks for this one:
I am trying to change the block header of video, music, and photo.
So say if you click on videos from main nav then you click on top videos the block header always stays on video gallery no matter what sub nav link you click.
I looked all over the db and code and the header text is only called once from browsevideo.php. So I tried to create some sort of IF statement for the url string.
Something like :
if url="?rate=top"
then display "$_page['header_text'] = _t("_TopVideo");"
if url="?userID=21"
then display "$_page['header_text'] = _t("_MyVideo");"
well you get the idea I hope. This is the only way i can think of to do it unless i am missing something so simple please do let me know.
I also googled around for this: url if statement and url conditions but could not come up with any good sources to look over.