Not able to call class in NHP framework

You can try to call the class method like this:

global $NHP_Options;
$copyright = $NHP_Options->get("copyright_footer");

if $NHP_Options is an instance of the NHP_Options class.

File not found.