Skip to content

Instantly share code, notes, and snippets.

@bhwebworks
Created January 28, 2012 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhwebworks/1692058 to your computer and use it in GitHub Desktop.
Save bhwebworks/1692058 to your computer and use it in GitHub Desktop.
Contact Form original lines of code (78-85)
if ($user->get('id') || ($viewnow == 'category' && $viewcache == 0)) {
$view->display();
} else {
$option = JRequest::getCmd('option');
$cache =& JFactory::getCache($option, 'view');
$cache->get($view, 'display');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment