$ProFolio_Version = 1.05; include("config.php"); include("functions.php"); if(file_exists("upgrade.php")){ $red = "Location: upgrade.php"; header($red); } ?>
"; } if(trim($email) != ''){ ?> } if(trim($phone) != ''){ ?>
echo $phone; ?>
Click on the piece's names to edit them. You can only edit one piece at a time.
$query = mysql_query("SELECT id, title, type, icon FROM ".$prefix."ProFolio_work ORDER BY type, id DESC"); $count = 1; while($row = mysql_fetch_assoc($query)){ $id = $row['id']; $title = html_entity_decode($row['title']); $type = html_entity_decode($row['type']); $icon = $row['icon']; ?> $count++; } ?>