CaRP Evolution Documentation
CaRP Evolution Documentation
twitter youtube linkedin google-plus
CaRP Evolution Box
Web This Site

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

CarpLoadTheme( theme filename );

Load a CaRP theme (a collection of configuration settings)
EvolutionLEKoiSE
>=3.5.11All>=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:
  1. 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');
?>