Assign('states', $states); //DO NOT EDIT ABOVE THIS LINE /* the variable template is a path starting from the Templates directory. if templates are divided into subdirectories, you must include the directory before the file name */ $template = "otherstates.tpl"; //DO NOT EDIT BELOW THIS LINE $smarty->Display($template); ?>