Moved nudge response from util.php to nudge.php

Adjusted some CSS
This commit is contained in:
sarven
2009-01-22 06:33:38 +00:00
parent c20d0612bf
commit a330bdac62
5 changed files with 28 additions and 30 deletions

View File

@@ -1660,11 +1660,6 @@ function common_session_token()
return $_SESSION['token'];
}
function common_nudge_response()
{
common_element('p', array('id' => 'nudge_response'), _('Nudge sent!'));
}
function common_cache_key($extra)
{
return 'laconica:' . common_keyize(common_config('site', 'name')) . ':' . $extra;