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'); | |
} | |
} |
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 { | |
+ | |
+ // Workaround for token caching | |
+ if ($viewName == 'contact') | |
+ { | |
+ ob_start(); | |
+ } | |
+ |
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
© Copyright 2009, [Your Company Name]. All rights reserved |
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
<?php echo date('Y');?> |
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
© 2009-<?php echo date('Y');?>, [Your Company Name]. All rights reserved |
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
<div id="copyright" > | |
© <?php echo $copyright_text; ?> | |
</div> |
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
© Copyright 2009-<?php echo date('Y');?>, [Your Company Name]. All Rights Reserved |
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
<div style="text-align: center;"> | |
© Copyright 2009-<?php echo date('Y');?>, Black Hills Web Works. All Rights Reserved | |
</div> |
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
defined( '_JEXEC' ) or die( 'Restricted access' ); | |
?> |
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
defined( '_JEXEC' ) or die( 'Restricted access' ); | |
if (($this->error->code) == '404') { | |
header('Location: http://blackhillswebworks.com/404'); | |
exit; | |
} | |
?> |
OlderNewer