Ajax include and $this problem

Permalink
Im including .php file with ajax. However, i cannot use $this->getThemePath() inside that php-file because "it is not in object context".

Any help?

 
Mnkras replied on at Permalink Reply
Mnkras
Try:

View::getInstance()->getThemePath();