URL: te.tc/sale/ (excl. domain)
Details: Een super design met een in php geprogrammeerde frontend inclusief database. (cms niet bijgeleverd).
Bevat op dit moment weblog, artikelen systeem, contactformulier, about me pagina en portfolio. Makkelijk uit te breiden! Zie een stukje voorbeeld php code (voor meer voorbeelden mail mij):
Prijs: 300,- direct kopen.
OF DOE EEN BOD!
wordt 1 keer verkocht.
PHP Code:
Omschrijving website: Configuratie bestand aanwezig. Simpel te installeren! Wordt geleverd:PHP Code:<?
/* configuration */
include("config.inc.php");
/* main functions */
include("main.inc.php");
$main = new main;
/* Connect to database */
$main->mysqlcon();
/* include functions */
if ($_GET["s"] == "home") {
include("home.inc.php");
$home = new home;
} else if ($_GET["s"] == "about_me") {
include("about_me.inc.php");
$about_me = new about_me;
} else if ($_GET["s"] == "portfolio") {
include("portfolio.inc.php");
$portfolio = new portfolio;
} else if ($_GET["s"] == "articles") {
include("articles.inc.php");
$articles = new articles;
} else if ($_GET["s"] == "contact") {
include("contact.inc.php");
$contact = new contact;
} else {
include("home.inc.php");
$home = new home;
}
?>
<html>
<head>
<title><?=$main->getTitle($_GET);?></title>
<link type="text/css" href="style.css" rel="stylesheet" />
</head>
<body>
<div id="top"></div>
<div id="stroke"></div>
<div id="sidebarTop">
<div id="sidebarContent">
<img id="leftPicture" src="left_picture.jpg" />
</div>
<?=$main->sideBar();?>
<div id="body">
<div id="bodyNavTop">
<table cellspacing="0" cellpadding="0" id="navTable">
<tr>
<td valign="middle"><a<?if($_GET["s"] == "home" OR trim($_GET["s"]) == ""){echo " style="color: #777777;";}?> href="?s=home" id="nav1">Home</a></td>
<td valign="middle"><a<?if($_GET["s"] == "about_me"){echo " style="color: #777777;";}?> href="?s=about_me" id="nav">About me</a></td>
<td valign="middle"><a<?if($_GET["s"] == "portfolio"){echo " style="color: #777777;";}?> href="?s=portfolio" id="nav">Portfolio</a></td>
<td valign="middle"><a<?if($_GET["s"] == "articles"){echo " style="color: #777777;";}?> href="?s=articles" id="nav">Articles</a></td>
<td valign="middle"><a<?if($_GET["s"] == "contact"){echo " style="color: #777777;";}?> href="?s=contact" id="nav">Contact</a></td>
</tr>
</table>
</div>
<div id="bodyNavBottom">
<table cellspacing="0" cellpadding="0" id="navSub">
<tr>
<td valign="middle">
<div id="nav5">
<?=$main->pathWay();?>
</div>
</td>
</tr>
</table>
</div>
<div id="bodyContent">
<div id="bodyInnerContent">
<?
if ($_GET["s"] == "home" OR $_GET["s"] == "") {
if ($_GET["p"]) {
echo $home->overview();
} else if ($_GET["i"]) {
echo $home->article();
} else {
echo $home->overview();
}
} else if ($_GET["s"] == "about_me") {
echo $about_me->article();
} else if ($_GET["s"] == "portfolio") {
if ($_GET["p"]) {
echo $portfolio->overview();
} else if ($_GET["i"]) {
echo $portfolio->article();
} else {
echo $portfolio->overview();
}
} else if ($_GET["s"] == "articles") {
if ($_GET["p"] && $_GET["i"] == "") {
echo $articles->overview();
} else if ($_GET["i"]) {
echo $articles->article();
} else {
echo $articles->overview();
}
} else if ($_GET["s"] == "404") {
echo $main->errorpage();
} else if ($_GET["s"] == "contact") {
echo $contact->form();
} else {
echo $main->errorpage();
}
?>
<div id="copyright">© 2007 Your Name Here</div>
</div>
</div>
<div id="bottom"></div>
</div>
</body>
</html>
* PSD
* PHP frontend + geconverteerde layout (afbeeldingen / CSS)
* Sql files
Prijs: 300,- direct kopen.
OF DOE EEN BOD!
wordt 1 keer verkocht.
Betaling via:
Paypal

Likes:
![[TKA] Portfolio website + php frontend](https://www.webhostingtalk.nl/images/WHT_rd/misc/dT.png)

Quote