CaRP: Caching RSS Parser - Documentation
CarpLoadTheme( theme filename );
Load a CaRP
theme (a collection of configuration settings)
| GPL |
Koi |
Evolution |
| >=3.5.11 |
>=3.5.11 |
>=3.5.11 |
Description:
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');
?>