You are here

function content_profile_theme_variables::get_uid in Content Profile 6

Gets the user id of the profiles owner.

File

./content_profile.theme_vars.inc, line 23
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 get_uid() {
  return $uid;
}