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

get_tile()

Parameters

ColumnTypeDefaultDescription
$tile

Location

include/dash_functions.php lines 259 to 263

Definition

 
function get_tile($tile)
     {
     
$result=ps_query("SELECT ref, title, txt, all_users, default_order_by, url, link, reload_interval_secs, resource_count, allow_delete FROM dash_tile WHERE ref= ?", ['i'$tile]);
     return isset(
$result[0])?$result[0]:false;
     }

This article was last updated 26th April 2024 21:35 Europe/London time based on the source file dated 25th April 2024 16:15 Europe/London time.