";
return $content." ".$obj.$copyright;
}
function AddFeedwebColumn($columns)
{
// Check if user is admin
if (current_user_can('manage_options'))
$columns['feedweb'] = "Feedweb Widget";
return $columns;
}
function FillFeedwebCell($id)
{
// First, find out if a wiget has been created already
$pac = GetPac($id);
echo "
";
if ($pac == null) // Not created yet - display 'Insert' button
{
// Get post's age
$tip = IsPostOld($id);
if ($tip != null)
{
$url = plugin_dir_url(__FILE__)."/SWarning.jpg";
echo "