Function Forum_driver_base->get_theme

Definitions

sources/forum_stub.php

  • Get the current member's theme identifier.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$zone_for ?ID_TEXT Null N/A N/A The zone we are getting the theme for (null: current zone)
$member_id ?MEMBER Null N/A N/A The member we are getting the theme for (null: current user)

Return

  • The theme identifier
  • Type: ID_TEXT
  • Set: N/A
  • Range: N/A