コード例 #1
0
<?php

/** 
 * Copyright: dtbaker 2012
 * Licence: Please check CodeCanyon.net for licence details. 
 * More licence clarification available here:  http://codecanyon.net/wiki/support/legal-terms/licensing-terms/ 
 * Deploy: 9809 f200f46c2a19bb98d112f2d32a8de0c4
 * Envato: 4ffca17e-861e-4921-86c3-8931978c40ca
 * Package Date: 2015-11-25 02:55:20 
 * IP Address: 67.79.165.254
 */
if (!module_social::can_i('view', 'Facebook', 'Social', 'social')) {
    die('No permissions to view Facebook accounts');
}
$facebook_accounts = module_social_facebook::get_accounts();
$header_buttons = array();
$header_buttons[] = array('url' => module_social_facebook::link_open('new', false), 'title' => 'Add New Facebook Account', 'type' => 'add');
print_heading(array('main' => true, 'type' => 'h2', 'title' => 'Facebook Accounts', 'button' => $header_buttons));
?>

<table class="tableclass tableclass_full tableclass_rows">
    <thead>
    <tr class="title">
        <th><?php 
echo _l('Facebook Account Name');
?>
</th>
        <th><?php 
echo _l('Last Checked');
?>
</th>