function propTypeDateAddedSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "DATE_FORMAT(movies.DateAdded, '$GLOBALS[strDefaultDateFormat]') AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("movies.DateAdded"); } } function propTypeClicksSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "movies.DownloadCount AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeUserAddedSql($prop, $role) { global $CFG; if($role=="sql") { $sql = array(); $sql['select'] = "users.name AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]users AS users"] = "users.ID=movies.UserAddedID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeCommentsSql($prop, $role) { global $CFG; if($role=="sql") { $sql['select'] = "COUNT(comment.ID) AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]comment AS comment"] = "comment.MovieID=movies.MovieID"; $sql['group'][] = "movies.MovieID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } if(file_exists('localproptypes.php')) { include('localproptypes.php'); } ?>
[ Handlung ] [ Weitere Info ] [ Info Filmdatenbank IMDb ] |
Title | Walking with Francis | |
Originaltitle: | Walking with Francis | |
Regie: | Jeremy Culver | |
Darsteller: | Barry Bostwick, Fabrizio Bucci, Charleene Closshey | |
Erscheinungsjahr: | 2013 | |
Land: | Italien | |
Stichwort: | Franziskus | |
Release: | 00.00.0000 |
Handlung | ||
Im Jahr 1224 wandert ein zarter und schwer kranker Mönch zum Bergstädtchen La Verna in der Torkana. Hier empfängt er die Stigmata.
|
Weitere Info | ||
"Around 1180 John Bernardone came to life in a an Italian hilltop town overlooking an Umbrian plain that spreads to Perugia. His absent father, a prosperous clothing merchant, returned and changed his name to Francis favoring French troubadour traditions. The child grew in aristocratic Assisi, beyond poverty, in pageantry, poetry and papal crusades. Then God intervened, “Build my church”, a voice echoed, “for it has fallen from corruption to ruin”. Francis rejected worldly wealth and became God’s Troubadour restoring sanctuaries stone by stone and soul by soul while walking in the footsteps of Christ. On his last journey, painfully astride his donkey, guided by his acylote Masseo, Francis reveals the meaning of life and death. He interprets love, truth, mystery. Masseo listens, then must chose: be of this world or walk in the footsteps of a saint. As their path divides, Masseo realizes that “God’s hardest gift is choice” and he must chose between forging his own way or following in the footsteps of a man who would become Saint Francis of Assisi." http://www.walkingwithfrancis.com/
|
Filminfo aus der IMDb Datenbank |
[ Info Filmdatenbank IMDb ] [ Trailer ] |
/**********************************************************************************************
YOU ARE NOT ALLOWED TO REMOVE THIS COPYRIGHT-Note!!!!!!
You didn't pay anything for this script, so you could at least
leave this Copyright-Notice here, it is only one short line at the bottom... thx :D
***********************************************************************************************/
?>
Copyright © 1998-2006 by Nikotto
modified by xiah