Shortcodes

[info]This is an information notification. [/info]
The code for it:
[code] [info]This is an information notification[/info]
[/code]

 

[warning]This is a warning notification [/warning]
The code for it:
[code] [warning]This is a warning notification[/warning]
[/code]

 

[error]This is an error notification. [/error]
The code for it:
[code] [error]This is an error notification[/error]
[/code]

 

[success]This is a success notification [/success]
The code for it:
[code] [success]This is an error notification[/success]
[/code]

 

Some code:
[code]This is some code.
<php echo 'Hello, World' ?>
[/code]

See more shortcodes in action on the layouts page.