| 193 |
'href' => "flag_content/add/$eid/$type", |
'href' => "flag_content/add/$eid/$type", |
| 194 |
'attributes' => array( |
'attributes' => array( |
| 195 |
'class' => 'flag_content', |
'class' => 'flag_content', |
| 196 |
'title' => t('Notify the administrators this posting is problematic') |
'title' => t('Notify the administrators this posting is problematic'), |
| 197 |
|
'rel' => 'nofollow' |
| 198 |
) |
) |
| 199 |
); |
); |
| 200 |
} |
} |
| 206 |
'href' => "flag_content/unflag/$eid/$type", |
'href' => "flag_content/unflag/$eid/$type", |
| 207 |
'attributes' => array( |
'attributes' => array( |
| 208 |
'class' => 'flag_content', |
'class' => 'flag_content', |
| 209 |
'title' => t('Remove flagged marking') |
'title' => t('Remove flagged marking'), |
| 210 |
|
'rel' => 'nofollow' |
| 211 |
) |
) |
| 212 |
); |
); |
| 213 |
} |
} |