CaRP: Caching RSS Parser - Documentation
CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
CarpLoadTheme( theme filename );
Load a CaRP theme (a collection of configuration settings)Evolution | LE | Koi | SE |
>=3.5.11 | All | >=3.5.11 | >=3.5.11 |
Loads the theme file named. The theme file must be located in a directory named "themes", which must be a subdirectory of the directory containing carp.php. If the theme is located somewhere else, it cannot be loaded using this function.
Arguments:
- theme filename: The name of the theme file.
Return value: none
Usage Example:
<?php require_once '/home/geckotribe/carp/carp.php'; CarpLoadTheme('ul.php'); CarpCacheShow('http://www.geckotribe.com/press/rss/pr.rss'); ?>