SetupPage(); $smarty->assign('maxFileSize', NSSFormattedMemSize($theDropbox->maxBytesForFile())); $smarty->assign('maxDropoffSize', NSSFormattedMemSize($theDropbox->maxBytesForDropoff())); $smarty->assign('keepForDays', $NSSDROPBOX_PREFS['numberOfDaysToRetain']); $smarty->assign('requestTTL', secsToString($NSSDROPBOX_PREFS['requestTTL'])); $smarty->display('about.tpl'); } ?>