| 1 |
<?php |
<?php |
| 2 |
// $Id: flag_content.module,v 1.6.2.12.2.3 2008/06/01 04:50:24 kbahey Exp $ |
// $Id: flag_content.module,v 1.6.2.12.2.4 2008/06/19 18:38:11 kbahey Exp $ |
| 3 |
|
|
| 4 |
// Copyright 2006-2007 Khalid Baheyeldin http://2bits.com |
// Copyright 2006-2007 Khalid Baheyeldin http://2bits.com |
| 5 |
|
|
| 224 |
'href' => "flag_content/add/$eid/$type", |
'href' => "flag_content/add/$eid/$type", |
| 225 |
'attributes' => array( |
'attributes' => array( |
| 226 |
'class' => 'flag_content', |
'class' => 'flag_content', |
| 227 |
'title' => t('Notify the administrators this posting is problematic') |
'title' => t('Notify the administrators this posting is problematic'), |
| 228 |
|
'rel' => 'nofollow' |
| 229 |
) |
) |
| 230 |
); |
); |
| 231 |
} |
} |
| 237 |
'href' => "flag_content/unflag/$eid/$type", |
'href' => "flag_content/unflag/$eid/$type", |
| 238 |
'attributes' => array( |
'attributes' => array( |
| 239 |
'class' => 'flag_content', |
'class' => 'flag_content', |
| 240 |
'title' => t('Remove flagged marking') |
'title' => t('Remove flagged marking'), |
| 241 |
|
'rel' => 'nofollow' |
| 242 |
) |
) |
| 243 |
); |
); |
| 244 |
} |
} |