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

checkTileConfig()

Parameters

ColumnTypeDefaultDescription
$tile
$tile_style

Location

include/dash_functions.php lines 356 to 364

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 19th March 2024 02:35 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.