diğer sayfaalr hep şifreli müdehale edemiyorum onlara
Diğer sayfalar derken clientarea.php demek istedim oda olmazsa ekte verdiğimi kullanın.
<?php
define("CLIENTAREA",true);
require("init.php");
$pagetitle = 'Client Portal';
$pageicon = "images/support/clientarea.gif";
$breadcrumbnav = '<a href="clientportal.php">'.$_LANG['globalsystemname'].'</a>';
$breadcrumbnav .= ' > <a href="clientportal.php">Client Portal</a>';
initialiseClientArea($pagetitle,$pageicon,$breadcrumbnav);
if ($_SESSION['uid']) {
# User is Logged In - put any code you like here
}
# To assign variables in Smarty use the following syntax.
# This can then be used as {$variablename} in the template
$smartyvalues["variablename"] = $value;
# Define the template filename to be used without the .tpl extension
$templatefile = "clientportal";
outputClientArea($templatefile);
?>