Changeset 126
- Timestamp:
- 2008-01-12 22:17:25 (1 year ago)
- Files:
-
- trunk/classes/pages/Page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/pages/Page.php
r101 r126 419 419 } 420 420 // add notification script 421 $ this->html->body->addChild('script', "if (confirm('" . str_replace("%count%", $count, $LANG['x_unread_messages']) . "')) { window.location.href = '" . $F->link("messenger") . "action=inbox&s=" . session_id() . "}");421 $script = $this->html->body->addChild('script', "if (confirm('" . str_replace("%count%", $count, $LANG['x_unread_messages']) . "')) { window.location.href = '" . $F->link("messenger") . "action=inbox&s=" . session_id() . "' }"); 422 422 } 423 423 }
