Elgg  Version 1.9
Namespaces | Variables
helpers.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $none = '0'
 Spacing classes Should be used to modify the default spacing between objects (not between nodes of the same object) Please use judiciously. More...
 
 $small = '5px'
 
 $medium = '10px'
 
 $large = '20px'
 

Variable Documentation

$large = '20px'

Definition at line 96 of file helpers.php.

$medium = '10px'

Definition at line 95 of file helpers.php.

$none = '0'

Spacing classes Should be used to modify the default spacing between objects (not between nodes of the same object) Please use judiciously.

You want to be using defaults most of the time, these are exceptions! <type><location><size> <type>: m = margin, p = padding <location>: a = all, t = top, r = right, b = bottom, l = left, h = horizontal, v = vertical <size>: n = none, s = small, m = medium, l = large

Definition at line 93 of file helpers.php.

$small = '5px'

Definition at line 94 of file helpers.php.