Function Forum_driver_phpbb3->_get_theme

Definitions

sources/forum/phpbb3.php

  • Try to find the theme that the logged-in/guest member is using, and map it to a site theme.The themes/map.ini file functions to provide this mapping between forum themes, and site themes, and has a slightly different meaning for different forum drivers. For example, some drivers map the forum themes theme directory to the site theme name, while others made the humanly readable name.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$skip_member_specific boolean False N/A N/A Whether to avoid member-specific lookup (i.e. find via what forum theme is currently configured as the default)
$member_id ?MEMBER Null N/A N/A The member to find for (null: current member)

Return

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