Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 789, Sun Nov 19 17:08:50 2006 UTC | revision 790, Sat Nov 25 03:13:07 2006 UTC | |
|---|---|---|
| # | Line 2534 | Line 2534 |
| 2534 | ||
| 2535 | function liveBookMark () { | function liveBookMark () { |
| 2536 | // support for Firefox Live Bookmarks ability for site syndication | // support for Firefox Live Bookmarks ability for site syndication |
| 2537 | $live_bookmark = 0; | |
| 2538 | $c_handler =& mosComponentHandler::getInstance(); | $c_handler =& mosComponentHandler::getInstance(); |
| 2539 | $params = $c_handler->getParamsByName('Syndicate'); | $params =& $c_handler->getParamsByName('Syndicate'); |
| 2540 | if (!is_null($params)){ | |
| 2541 | $live_bookmark = $params->get( 'live_bookmark', 0 ); | $live_bookmark = $params->get( 'live_bookmark', 0 ); |
| 2542 | } | |
| 2543 | ||
| 2544 | if ($live_bookmark) { | if ($live_bookmark) { |
| 2545 | // custom bookmark file name | // custom bookmark file name |
| 2546 | $bookmark_file = $params->get( 'bookmark_file', $live_bookmark ); | $bookmark_file = $params->get( 'bookmark_file', $live_bookmark ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

