"language_fr.php", 'desc' => "French", 'flag' => "fr.gif", ); /* ******************************************************* *** Example of adding another language file - add *** *** file to inc/lang directory, add image to *** *** images/SiteImages/flags directory *** ******************************************************* */ $lang['en'] = array ( 'file' => "language_en.php", 'desc' => "English and USA", 'flag' => "en.gif", ); /* ******************************************************* *** Example of adding another language file - add *** *** file to inc/lang directory, add image to *** *** images/SiteImages/flags directory *** ******************************************************* $lang['es'] = array ( 'file' => "language_es.php", 'desc' => "Spanish", 'flag' => "es.gif", ); */ /* ******************************************************* *** Example of adding another language file - add *** *** file to inc/lang directory, add image to *** *** images/SiteImages/flags directory *** ******************************************************* $lang['de'] = array ( 'file' => "language_de.php", 'desc' => "German", 'flag' => "de.gif", ); */ $gCardsVersion = 'Service of the webside: www.heartandcoeur.com'; // please don't change this ?>row = $row; $this->limit = $limit; $this->numrows = $conn->GetOne($getNumRowsSQL); if (($this->numrows % $this->limit) == 0) $this->pages = ($this->numrows/$this->limit); else $this->pages = intval($this->numrows/$this->limit) + 1; $this->currentpage = ($this->row/$this->limit) + 1; $this->first = ($this->row + 1); if (($this->row + $this->limit) >= $this->numrows) $this->last = $this->numrows; else $this->last = ($this->row + $this->limit); } function getrecords($conn, $sql, $array=false) { $recordSet = &$conn->SelectLimit($sql,$this->limit,$this->row); if (!$array) return $recordSet; return $recordSet->getArray(); } function showpagernav($backtext = 'Back', $nexttext = 'Next', $otherargs='') { if ($this->pages > 1) { echo ''; // Back Link echo ''; // Pages Links echo ''; // Next Link if ($this->currentpage < $this->pages) { $nextPage = $this->row + $this->limit; echo "\n"; } echo '
'; if ($this->row != 0) { $backPage = $this->row - $this->limit; echo "$backtext\n"; } else echo ' '; echo ''; for ($i=1; $i <= $this->pages; $i++) { $ppage = $this->limit*($i - 1); if ($ppage == $this->row) { echo "$i   \n"; } else { echo "$i   \n"; } } echo '$nexttext
'; } else echo " "; } } ?>
Notice: Undefined index: siteName in /public_html/postcards/inc/UIfunctions.php on line 17

Notice: Undefined index: siteName in /public_html/postcards/inc/UIfunctions.php on line 18
languageredirect == $_SERVER['PHP_SELF']) { if (isset($_GET['setLang']) && array_key_exists($_GET['setLang'],$lang)) { $_SESSION['setLang'] = $_GET['setLang']; } } $langFile = $page->relpath.'inc/lang/'.$lang[$_SESSION['setLang']]['file']; if (file_exists($langFile)) { include_once($langFile); } else { echo "Could not find language file $langFile"; } ?>
  []  []  [][]

title


Notice: Undefined variable: cardsPerRow in /public_html/postcards/index.php on line 38

Notice: Undefined variable: rowsPerPage in /public_html/postcards/index.php on line 38

Notice: Undefined variable: dbhost in /public_html/postcards/index.php on line 42

Notice: Undefined variable: dbuser in /public_html/postcards/index.php on line 42

Notice: Undefined variable: dbpass in /public_html/postcards/index.php on line 42

Notice: Undefined variable: dbdatabase in /public_html/postcards/index.php on line 42

Warning: mysql_connect(): No such file or directory in /public_html/postcards/inc/adodb/drivers/adodb-mysql.inc.php on line 235
Error: Could not connect to database


Notice: Undefined index: nav09 in /public_html/postcards/inc/UIfunctions.php on line 95
Service of the webside: www.heartandcoeur.com
Notice: Undefined index: CardsVersion in /public_html/postcards/inc/UIfunctions.php on line 95

Notice: Undefined index: siteName in /public_html/postcards/inc/UIfunctions.php on line 95

Notice: Undefined index: nav03 in /public_html/postcards/inc/UIfunctions.php on line 95
[ ]