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 | Herz und eine Krone, Ein | |
Originaltitle: | Roman holiday | |
Regie: | William Wyler | |
Darsteller: | Gregory Peck, Audrey Hepburn, Eddie Albert | |
Erscheinungsjahr: | 1953 | |
Land: | Italien | |
Stichwort: | Epilepsie | |
Release: | 00.00.0000 |
Handlung | ||
Der amerikanische Free-lance-Journalist Joe Bradley ist dabei, seinen grössten Coups zu landen. Die auf Staatsbesuch in Rom weilende schwedische Kronprinzessin Ann entkommt mit ihm eine Nacht und einen Tag lang dem adeligen Protokoll. Sie verwandelt sich in einen abenteuerlustigen, verliebten Backfisch, nachdem sie sich von einem galanten Friseur die jungfräulich langen Haare hat abschneiden lassen. Ihre neue Frisur werde bei ihren Klassenkameraden einen "fit" provozieren, sucht die Prinzessin Bradley weiss zu machen.
|
Weitere Info | ||
Der konsternierte und schon verliebte Bradely fragt die Prinzessin vor der Kulisse des Pantheon, was wohl die Ihren zum neuen Aufzug der jungen Frau sagen werden: "What will they say in school about your hair?" - "They'll have a fit." Es gibt eben nicht nur neurologisch bedingte Anfälle.
|
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