Hi Michael, Try this... template<> commandTags<FmPage> mapTags<FmPage>::mustags[] = { { "page.include", &FmPage::includeFile }, { "page.version", &FmPage::printVersion }, { "page.script_name", &FmPage::printScriptname }, { "page.gif_dir", &FmPage::printGifdir }, ........ ........ } HTH, --Eljay