Does anyone have any idea why some pages display random TEXT at the top left hand corner?
My Videos Home page displays "asaf" at the top left. It wasn't there before.
I found the following string in the BxVideosPageHome.php file.
);echo $this->oSearch->aCurrent['paginate']['totalAlbumNum'].'asaf';
What's the purpose of this & can I delete it?