1. Profile
2. Free text
3. Calendar
4. Links
5. Free Text
6. Free text
Also, I've tried this tutorial several times today, however, every time I paste it onto my html customization page, I receive an error message like this:
Compile error: line 450, column 1: Unknown token encountered while parsing layer: [TokenKeyword] = var
S2::Layer, S2/Layer.pm, 67
S2::Compiler, S2/Compiler.pm, 27
Context
446: ########################################
447: # MARQUEE START #
448: #################
449: # This is the title of the component #
450: var string k1Mtitle = "Reading favorites";
451: #
452: # This is the height of the marquee #
453: var string k1Mheight = "250";
454: #
This code was placed frequently beneath the print_free_text function, yet it still refused to work. Does anyone know what I'm doing wrong?