2015-12-01 05:06:34 +00:00
< ? php
/*----------------------------------------------------------------------------------| www . giz . de |----/
Deutsche Gesellschaft für International Zusammenarbeit ( GIZ ) Gmb
/-------------------------------------------------------------------------------------------------------/
2016-05-14 04:36:18 +00:00
@ version 3.4 . 1
2016-05-24 10:37:45 +00:00
@ build 24 th May , 2016
2015-12-01 05:06:34 +00:00
@ created 15 th June , 2012
@ package Cost Benefit Projection
@ subpackage default_main . php
@ author Llewellyn van der Merwe < http :// www . vdm . io >
@ owner Deutsche Gesellschaft für International Zusammenarbeit ( GIZ ) Gmb
@ copyright Copyright ( C ) 2015. All Rights Reserved
@ license GNU / GPL Version 2 or later - http :// www . gnu . org / licenses / gpl - 2.0 . html
/-------------------------------------------------------------------------------------------------------/
Cost Benefit Projection Tool .
/------------------------------------------------------------------------------------------------------*/
// No direct access to this file
defined ( '_JEXEC' ) or die ( 'Restricted access' );
?>
2016-05-22 12:14:31 +00:00
< ? php if ( isset ( $this -> icons [ 'main' ]) && is_array ( $this -> icons [ 'main' ])) : ?>
2015-12-01 05:06:34 +00:00
< ? php foreach ( $this -> icons [ 'main' ] as $icon ) : ?>
2016-05-22 12:14:31 +00:00
< div class = " dashboard-wraper " >
< div class = " dashboard-content " >
< a class = " icon " href = " <?php echo $icon->url ; ?> " >
< img alt = " <?php echo $icon->alt ; ?> " src = " components/com_costbenefitprojection/assets/images/icons/<?php echo $icon->image ; ?> " >
< span class = " dashboard-title " >< ? php echo JText :: _ ( $icon -> name ); ?> </span>
</ a >
</ div >
</ div >
< ? php endforeach ; ?>
< div class = " clearfix " ></ div >
< ? php else : ?>
< div class = " alert alert-error " >< h4 class = " alert-heading " >< ? php echo JText :: _ ( " Permission denied, or not correctly set " ); ?> </h4><div class="alert-message"><?php echo JText::_("Please notify your System Administrator if result is unexpected."); ?></div></div>
2015-12-01 05:06:34 +00:00
< ? php endif ; ?>