// inclusion des fichiers essentiels require_once 'inc/bdd_connect.php'; require_once 'inc/bdd_functions.php'; //////////////Variables globales////////////////////////////////////////// $nickname="fromage"; // name in the db $strip_name="Plus Fort que le Fromage"; $description="Plus fort que le Fromage est un comic strip saignant, irrespectueux, vif et incisif, avec un abruti indestructible (ou presque) comme héros, Thanatos, ses amis Duke, Violent Bob, Jésusman, et une ribambelle de jolies filles, Kat', Nath' et les autres. Leurs aventures ? Véritablement idiotes, assez saignantes, totalement absurdes. Desmond Seah n'épargne personne, pour notre plus grand plaisir..."; // The description $url="http://fromage.lapin.org"; // The base url. Do not add a slash at the end !!! $table_name="fromage_strips"; //Name of the Mysql table $table_comms_name="fromage_comms"; //Name of the Mysql table $table_story_name="fromage_story"; //Name of the Mysql table of story if one $table_links_name="fromage_links"; //Name of the Mysql table of links if one $author="Desmond Seah"; $banner='images/110fromage.png'; // The file banner $origine="Tiré de Bigger than Cheeses et traduit par Xavier."; // Author original $feuille_style="style.css" ; // Name de la feuille de style, cong' $keywordsbase="comic strip, Desmond Seah, Desmond Seah, humour, humour trash, australie, australien, humour noir, humour geek"; // les mots clés spécifiques au strip $security_text="CHEESECAKE"; $show_date="yes"; //Print the date after the title of one strip ?(yes/np) $date_format="dmy"; //Three letters strings which must be a combinaison //of "dmy" which describe the order of the date //components $nb_strips_middle=5; //Number of strips to display in the middle of the left bar $border_size=0; //Add a border for all images of strip (0 to disable) $small_image_extension="jpg"; //Extensions of ALL small images for the strip (without the dot) $image_stories_path="";//Path where we find an image per story (NOT small images) $small_image_width=100; //Width of all small images $minis_per_line=4; //Number of mini images to print in one line $small_images_path="minis"; // là où on stocke les minis images $si_names="fromage"; // la base du nom des minis images $small_image_basename="fromage"; $keywordsbase="comic strip, Desmond Seah, Desmond Seah, fromage, fromage fort, munster, bleu, plus fort, que le fromage, fort, très fort, fromage fort"; // les mots clés spécifiques au strip $chapitre="tous les chapitres" ; // chapitres, histoires, ou autres, comme dans "tous les chapitres", ou "toutes les histoires" $episodes="tous les épisode des aventures de Thanatos et des autres" ; // pour "tous les épisodes", la liste complète de tous les épisodes $date_creation="20051223"; // date de première mise en ligne du strip ////////////////////Textes et url des bouttons////////////////////////////// $url_button_previous="images/fgauche.gif"; //url of the image for the "previous button //If you put it to "" then a text version of //this button will be used $text_button_previous="<< précédent"; //Useless if you use an image for this button $url_button_next="images/fdroite.gif"; //Same that $url_button_previous but for //"next" button $text_button_next="suivant >>"; //Useless if you use an image for this button $url_button_first="images/debut.gif"; //Same that $url_button_previous but for //"next" button $text_button_first="premier"; //Useless if you use an image for this button $url_button_last="images/dernier.gif"; //Same that $url_button_previous but for //"next" button $text_button_last="dernier"; //Useless if you use an image for this button //// $text_button_begin_of_story="Début de l'histoire"; $url_button_previous_story=""; //url of the image for the "previous story //button If you put it to "" then a text version of //this button will be used $text_button_previous_story="Histoire précédente"; $url_button_next_story=""; //Same that $url_button_previous_story but for //"next story" button $text_button_next_story="Prochaine histoire"; //// $text_complete_list=""; $text_less="Moins"; ?>