Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 726, Thu Sep 21 18:17:17 2006 UTC | revision 729, Sat Sep 23 10:46:37 2006 UTC | |
|---|---|---|
| # | Line 2575 | Line 2575 |
| 2575 | <?php | <?php |
| 2576 | } | } |
| 2577 | ||
| 2578 | ||
| 2579 | /** | |
| 2580 | * retained for backward compatability | |
| 2581 | */ | |
| 2582 | function getBlogSectionCount() { | |
| 2583 | require_once(mamboCore::get('mosConfig_absolute_path').'/components/com_content/content.class.php'); | |
| 2584 | $handler =& new contentHandler(); | |
| 2585 | return $handler->getBlogSectionCount(); | |
| 2586 | } | |
| 2587 | ||
| 2588 | function getBlogCategoryCount() { | |
| 2589 | require_once(mamboCore::get('mosConfig_absolute_path').'/components/com_content/content.class.php'); | |
| 2590 | $handler =& new contentHandler(); | |
| 2591 | return $handler->getBlogCategoryCount(); | |
| 2592 | } | |
| 2593 | ||
| 2594 | function getGlobalBlogSectionCount() { | |
| 2595 | require_once(mamboCore::get('mosConfig_absolute_path').'/components/com_content/content.class.php'); | |
| 2596 | $handler =& new contentHandler(); | |
| 2597 | return $handler->getGlobalBlogSectionCount(); | |
| 2598 | } | |
| 2599 | ||
| 2600 | function getStaticContentCount() { | |
| 2601 | require_once(mamboCore::get('mosConfig_absolute_path').'/components/com_content/content.class.php'); | |
| 2602 | $handler =& new contentHandler(); | |
| 2603 | return $handler->getStaticContentCount(); | |
| 2604 | } | |
| 2605 | ||
| 2606 | function getContentItemLinkCount() { | |
| 2607 | require_once(mamboCore::get('mosConfig_absolute_path').'/components/com_content/content.class.php'); | |
| 2608 | $handler =& new contentHandler(); | |
| 2609 | return $handler->getContentItemLinkCount(); | |
| 2610 | } | |
| 2611 | /** | |
| 2612 | * retained for backward compatability | |
| 2613 | */ | |
| 2614 | ||
| 2615 | } | } |
| 2616 | ||
| 2617 | /** | /** |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

