CK Editor is not showing up using your theme. I switched to Garland and it shows up.
Advice?
Probably because the theme is missing the print $closure; variable which modules use to print out data.
print $closure;
ishmael is correct.
Comments
Comment #1
ishmael-sanchez commentedProbably because the theme is missing the
print $closure;variable which modules use to print out data.Comment #2
Cory Goodwin commentedishmael is correct.