HOW TO PORT A THEME:
Seeing how I have been so busy I decided to go ahead and get this file from aureea's website ... it helped me a great deal on learning how to take an html layout and placing it into an e107 site.
Please download this and read the theme.php very carefully.
aureea_antique_modern.zip
If you encounter any problems please [read more]
A shortcode is used when creating templates.
Adding or overriding shortcodes with your theme
You can now create your own shortcodes or override the existing core shortcodes from your theme. Add the following line to your theme.php file:
Code: Line to add to top of theme.php file
$register_sc[]='XXXX';
This tells e107 that this theme will be handling all requests for the {XXXX} shortcode. You will [read more]