| 1 |
<?php |
<?php |
| 2 |
// $Id: posterous.module,v 1.1 2008/07/10 13:04:56 sethfreach Exp $ |
// $Id: posterous.module,v 1.2 2008/07/15 03:05:25 sethfreach Exp $ |
| 3 |
|
|
| 4 |
define("POSTEROUS_TO_EMAIL", "post@posterous.com"); |
define("POSTEROUS_TO_EMAIL", "post@posterous.com"); |
| 5 |
|
|
| 18 |
*/ |
*/ |
| 19 |
function posterous_menu($may_cache) { |
function posterous_menu($may_cache) { |
| 20 |
$items = array(); |
$items = array(); |
| 21 |
if (! $may_cache) { |
if ($may_cache) { |
| 22 |
$items[] = array( |
$items[] = array( |
| 23 |
'title' => t('Posterous'), |
'title' => t('Posterous'), |
| 24 |
'path' => 'admin/settings/posterous', |
'path' => 'admin/settings/posterous', |