Example #1
0
            </div>
            <div id="copyright">
                <?php 
echo It::t('site_label', 'main_layout__footer_year');
?>
                <?php 
echo It::t('site_label', 'main_layout__footer_copyright');
?>
            </div>
            <div style="clear:both"></div>
        <?php 
$synchronization = new Synchronization();
?>
        <div class="status" >
            Main role: <?php 
echo $synchronization->getMainRole();
?>
.
            Current role: <?php 
echo $synchronization->getRole();
?>
.

            <?php 
if ($synchronization->isProcessed()) {
    ?>
                Synchronization is in process.
            <?php 
} else {
    ?>
                Synchronization stopped.