It´s strange.
When im logged in in the admin page, then i hit the link "View Gallery" at the upper right corner, it takes me to my gellery and i can´t edit image descriptions, image names, admin toolbox is not visible, etc, etc. It´s like im not logged in.
i´m stucked
this is my index.php theme file
<?php if (!defined('WEBPATH')) die(); $themeResult = getTheme($zenCSS, $themeColor, 'dark'); $firstPageImages = normalizeColumns('2', '6');?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php zenJavascript(); ?>
<title><?php echo getBareGalleryTitle(); ?></title>
<link rel="stylesheet" href="<?php echo $zenCSS ?>" type="text/css" />
<?php printRSSHeaderLink('Gallery',gettext('Gallery RSS')); ?>
<SCRIPT type=text/JavaScript>
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</SCRIPT>
</head>
<body onLoad="MM_preloadImages('bkgnd2.jpg')">
<div id="apDiv1">
<p class="Estilo1">Galleries</p>
<p>About me</p>
<p>Fine Art prints</p>
<p>Sevices</p>
<p>Contact</p>
<p>News</p>
<p>Links</p>
</div>
<div id="apDiv2">
<div id="gallerythumb">
<p class="Estilo1">. Land .</p>
<p class="Estilo1"><img src="themes/default/images/land.jpg" width="160" height="235" border="0" /></p>
</div>
<div id="gallerythumb">
<p class="Estilo1">. Sea .</p>
<p class="Estilo1"><img src="themes/default/images/sea.jpg" width="160" height="235" border="0" /></p>
</div>
<div id="gallerythumb">
<p class="Estilo1">. Flora and fauna .</p>
</div>
<div id="gallerythumb">
<p class="Estilo1">. Nature details .</p>
</div>
<hr />
<p>Latest additions</p>
<hr />
<?php printLatestImages(); ?>
<?php if (function_exists('printLanguageSelector')) { printLanguageSelector(); } ?>
<div id="credit">
<?php
if (function_exists('printUserLogout')) {
printUserLogout('', ' | ');
}
?>
<?php printRSSLink('Gallery','','RSS', ' | '); ?>
<?php printZenphotoLink(); ?>
</div>
</div>
<?php printAdminToolbox(); ?>
<div id="apDiv3"></div>
<div id="apDiv4"></div>
<div id="apDiv5">
<p class="style10">></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</body>
</html>