Created
January 28, 2012 01:53
-
-
Save bhwebworks/1692058 to your computer and use it in GitHub Desktop.
Contact Form original lines of code (78-85)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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