Collections functions
General functions
Render functions
Theme permission functions
User functions
Resource functions

checkTileConfig()

Parameters

ColumnTypeDefaultDescription
$tile
$tile_style

Location

include/dash_functions.php lines 353 to 361

Definition

 
function checkTileConfig($tile,$tile_style)
    {
    
#Returns whether the config is still on for these tiles
    
switch($tile_style)
        {
        case 
"thmsl":     global $home_themeheaders; return $home_themeheaders;
        case 
"custm":    global $custom_home_panels; return isset($custom_home_panels)? checkConfigCustomHomePanels($tile,$tile_style) : FALSE;
        }
    }

This article was last updated 30th November 2023 17:05 Europe/London time based on the source file dated 26th July 2023 22:50 Europe/London time.