Пример #1
0
        <div class="banner60 pad020 text32"><?php 
    echo _('Settings');
    ?>
</div>
	
	<?php 
}
?>
        <div class="banner50 pad020 text16 fuscia_text"><?php 
echo _('Twitter Setup');
?>
</div>
        <div class="contentfull">
        <?php 
$do_twitter = new OfuzTwitter();
$do_twitter->sessionPersistent('do_twitter', 'signout.php', 36000);
$TokenExists = $do_twitter->checkTwitterIntegration();
if ($TokenExists) {
    echo _('Your Ofuz account is integrated with your Twitter account: '), $TokenExists;
    echo '<div class="spacerblock_20"></div>', "\n";
    echo '<br />' . _('Click') . ' <a href="tw_import_friends.php">' . _('HERE') . '</a> ' . _('to import your Twitter contacts.');
    echo '<br /><br />' . _('Click') . ' <a href="tw_import_followers.php">' . _('HERE') . '</a> ' . _('to import the people following you on Twitter.');
} else {
    echo _('Your account is not yet integrated with Twitter. ');
    echo _('Please click ');
    echo '<a href="tw_connect.php">', _('here'), '</a>';
    echo _(' to allow Ofuz to access your Twitter data.');
}
?>
        </div>
        <div class="spacerblock_20"></div>