# $Id$ # $URL$ def uvtLayout(): yield """ """ def mobileLayout(): yield """""" def main(*args, **kwargs): templatePrefix = ''; if isMobile(**kwargs): templatePrefix = 'mobile.' templateFile = templatePrefix + 'pagefooter.template' yield backtick(templateFile, { })