#RM Gallery 2

The second version of the RM Gallery. Built by Ruben and broken by Mike.

```
#!php

	# gets content and applies the filter 'the_content' which applies 'p' tags and parses short-codes
	echo rmg_archive_content();
	# gets the title set in RMG Admin Settings > 'Title'
	echo rmg_archive_title(); 

```