You are here

function content_profile_theme_variables::content_profile_theme_variables in Content Profile 6

File

./content_profile.theme_vars.inc, line 16
Provides a helper class for lazy loading of variables for themes.

Class

content_profile_theme_variables
A helper class, which offers lazy loading of variables for themes.

Code

function content_profile_theme_variables($uid) {
  $this->uid = $uid;
}