" target="_blank"><?php 
    echo module_calendar::link_calendar('finance_recurring', array('debit' => 1));
    ?>
</a>
</p>
<hr>
<p><?php 
    _e('Here is the URL for <strong>Weekly Finance Summary</strong> (ie: amount invoiced, earnt and spent at the end of each week).');
    ?>
</p>
<p>
    <a href="<?php 
    echo module_calendar::link_calendar('finance_summary', array());
    ?>
" target="_blank"><?php 
    echo module_calendar::link_calendar('finance_summary', array());
    ?>
</a>
</p>

<?php 
} else {
    ?>

    <p>
        <?php 
    _e('Please install the <a href="%s" target="_blank">Finance Plugin</a> to receive more financial reporting in the calendar.', 'http://codecanyon.net/item/ucm-plugin-finance-manager/1396831?ref=dtbaker');
    ?>
    </p>

<?php