Jump to content

Add image file name to simple gallery

- - - - -

  • Please log in to reply
8 replies to this topic

#1
daraclare

daraclare

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
Hi folks, not sure if this is easy or virtually impossible but here goes...

I have php code for a very simple joomla image gallery:

<?php foreach($gallery as $photo): ?>

	<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="<?php echo $photo->sourceImageFilePath; ?>" class="sig-link" style="width:<?php echo $thb_width; ?>px;height:<?php echo $thb_height; ?>px;" rel="lightbox[gallery<?php echo $galleryID; ?>]" title="<?php echo JText::_('JW_SIG_NAVTIP');?> <b><?php echo $row->title; ?></b><br /><br />" target="_blank">

					<img class="sig-image" src="<?php echo $transparent; ?>" alt="<?php echo JText::_('Click to enlarge'); ?>" title="<?php echo JText::_('Click to enlarge'); ?>" style="width:<?php echo $thb_width; ?>px;height:<?php echo $thb_height; ?>px;background-image:url(<?php echo $photo->thumbImageFilePath; ?>);" />

					<?php if($galleryMessages): ?>

					<span class="sig-pseudo-caption"><b><?php echo JText::_('Click to enlarge'); ?></b></span>

					<span class="sig-caption" title="<?php echo JText::_('Click to enlarge'); ?>"><?php echo JText::_('Click to enlarge'); ?></span>

					<?php endif; ?>

				</a>

			</span>

		</span>

	</li>

	<?php endforeach; ?>

However at the moment when you click on an image to enlarge it, the words "JW_SIG_NAVTIP Traditional Albums Gallery" appear which makes very little sense to anyone looking at the image - is it possible to change this so that the name of that individual file shows up here? The name of the article the gallery is in is called "Traditional Albums Gallery" by the way.

If we could replace that text with the name of the file or with metadata put in with Adobe Bridge (without the file extension preferably) that would make a lot of Joomla users very happy!

Any help at all is much appreciated!

Thanks,

DC

#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
title="<?php echo JText::_('JW_SIG_NAVTIP');?> <b><?php echo $row->title; ?></b><br /><br />"

Most image galleries use the "title" attribute to define extra text.

I'm guessing that is it, if so you could just change it to one of the following:
title="<?php echo $row->title; ?>"
title="Traditional Albums Gallery"


#3
daraclare

daraclare

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
Sorry but this hasn't changed it, I've cleared the cache and it's still the same! Should be picking up the name of the individual files?

I replace the original code with
 title="<?php echo $row->title; ?>"
</div>

#4
daraclare

daraclare

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
Can anyone help with this at all?

#5
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Can you show us the generated source? You simply need to find out which part is echoing it out, and modify it.

#6
daraclare

daraclare

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
Sorry I don't know what you mean by generated source Sorry if I'm being thick! Not a developer/programmer - hence the Joomla! Can you let me know where I'd find that? Sorry again...

#7
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
When you look at it from your browser you can click on "View Source". In Firefox you can use View -> View Source or a hot-key Ctrl+U

#8
daraclare

daraclare

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
Thanks BlaineSch, I really appreciate all the help. I took it down so I had to reinstall it quickly. The source code is:

<!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" xml:lang="en-gb" lang="en-gb" dir="ltr" >

	<head>

		  <base href="http://www.daragraphicdesigns.com/traditional-albums/tradtional-albums2.html" />

  <meta http-equiv="content-type" content="text/html; charset=utf-8" />

  <meta name="robots" content="index, follow" />

  <meta name="keywords" content="wedding albums, traditional albums, digital albums, studio albums, album design, design software, krafter" />

  <meta name="rights" content="" />

  <meta name="language" content="en-GB" />

  <meta name="title" content="traditional Albums 2" />


  <meta name="author" content="Super User" />

  <meta name="description" content="Photostorie, photographic albums, both traditional and digital albums for professional photographers, specialising in wedding albums" />

  <meta name="generator" content="Joomla! 1.6 - Open Source Content Management" />

  <title>Photostorie, traditional and Digital Wedding Albums - tradtional albums2</title>

  <link href="/templates/beez5/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />

  <script type="text/javascript" src="/media/system/js/core.js"></script>

  <script type="text/javascript" src="/media/system/js/mootools-core.js"></script>


  <script type="text/javascript" src="/media/system/js/caption.js"></script>

  <script type="text/javascript" src="/media/system/js/mootools-more.js"></script>

  <!-- JoomlaWorks "Simple Image Gallery" Plugin (v2.0) starts here -->



<script type="text/javascript" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/jquery/jquery-1.4.4.min.js"></script>

<script type="text/javascript" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/slimbox-2.04/js/slimbox2.js"></script>

<style type="text/css" media="all">

@import "/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/slimbox-2.04/css/slimbox2.css";

@import "/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids/css/template.css";

</style>

<!--[if lte IE 6]>

<link rel="stylesheet" href="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids/css/template_ie6.css" type="text/css" />

<![endif]-->


<!--[if IE 7]>

<link rel="stylesheet" href="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids/css/template_ie7.css" type="text/css" />

<![endif]-->


<!-- JoomlaWorks "Simple Image Gallery" Plugin (v2.0) ends here -->


		<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />

		<link rel="stylesheet" href="/templates/beez5/css/position.css" type="text/css" media="screen,projection" />

		<link rel="stylesheet" href="/templates/beez5/css/layout.css" type="text/css" media="screen,projection" />

		<link rel="stylesheet" href="/templates/beez5/css/print.css" type="text/css" media="Print" />

		<link rel="stylesheet" href="/templates/beez5/css/beez5.css" type="text/css" />

		<link rel="stylesheet" href="/templates/beez5/css/general.css" type="text/css" />

		<link rel="stylesheet" href="/templates/beez5/css/general_mozilla.css" type="text/css" />


				<!--[if lte IE 6]>

			<link href="/templates/beez5/css/ieonly.css" rel="stylesheet" type="text/css" />

		<![endif]-->

		<!--[if IE 7]>

			<link href="/templates/beez5/css/ie7only.css" rel="stylesheet" type="text/css" />

		<![endif]-->

		<script type="text/javascript" src="/templates/beez5/javascript/md_stylechanger.js"></script>

		<script type="text/javascript" src="/templates/beez5/javascript/hide.js"></script>


		<script type="text/javascript">

			var big ='72%';

			var small='53%';

			var altopen='is open';

			var altclose='is closed';

			var bildauf='/templates/beez5/images/plus.png';

			var bildzu='/templates/beez5/images/minus.png';

			var rightopen='Open info';

			var rightclose='Close info';

		</script>


	</head>


	<body>


<div id="all">

	<div id="back">

			<div id="header">

							<div class="logoheader">

					<h1 id="logo">


										<img src="/images/logo/photostorie_logo.gif" alt="Photostorie" />

										<span class="header1">


					Photostorie - Wedding and Photographic Albums					</span></h1>

				</div><!-- end logoheader -->


					<ul class="skiplinks">

						<li><a href="#main" class="u2">Skip to content</a></li>

						<li><a href="#nav" class="u2">Jump to main navigation and login</a></li>

											</ul>

					<h2 class="unseen">Nav view search</h2>


					<h3 class="unseen">Navigation</h3>

					

					<div id="line">

                    <h3> Ireland : 01 4566400 | UK LoCall: 0845 3015 646 </h3>

					<h3 class="unseen">Search</h3>

					

<ul class="menu">

<li id="item-101"><a href="/" >Home</a></li><li id="item-103"><a href="/about.html" >About</a></li><li id="item-104"><a href="/designs.html" >Designs</a></li><li id="item-105"><a href="/krafter.html" >Krafter</a></li><li id="item-106" class="active"><a href="/traditional-albums.html" >Traditional Albums</a></li><li id="item-107"><a href="/digital-albums.html" >Digital Albums</a></li><li id="item-108"><a href="/contact.html" >Contact</a></li></ul>


					</div> <!-- end line -->

		<div id="header-image">

			

							<img src="/templates/beez5/images/fruits.jpg"  alt="TPL_BEEZ5_LOGO" />

					</div>

					</div><!-- end header -->

				<div id="contentarea">

					<div id="breadcrumbs">

						

							

					

					</div>


					

													<div class="left1 leftbigger" id="nav">

						

								<div class="moduletable_menu">

 

<ul class="menu">

<li id="item-123" class="current active"><a href="/traditional-albums/tradtional-albums2.html" >tradtional albums2</a></li></ul></div>


								

								


													</div><!-- end navi -->

						

					

					<div id="wrapper2" >


						<div id="main">


						

						

							<div class="item-page">




	

	


	


	

	<p>


<!-- JoomlaWorks "Simple Image Gallery" Plugin (v2.0) starts here -->


<ul id="sig3ce2008e9a" class="sig-container">

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario/AN710NR.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_an710nr.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/BN710.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_bn710.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/CASE_8122_BLACK.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_case_8122_black.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario/CASE_8123_BURGUNDY.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_case_8123_burgundy.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/Cuoio_AA5800.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_cuoio_aa5800.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/Cuoio_AA5803.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_cuoio_aa5803.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario/FN2603_5X7_PARENT.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_fn2603_5x7_parent.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/FN2603_Landscape.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_fn2603_landscape.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/FN2603_Portrait.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_fn2603_portrait.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario/MILANO_AN8120.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_milano_an8120.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/PERSPEX_AN5803.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_perspex_an5803.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/PERSPEX_AN5805.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_perspex_an5805.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario/REPORTO_11X14_QN26031.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_reporto_11x14_qn26031.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/REPORTO_A3_12X16_VN80131.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_reporto_a3_12x16_vn80131.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/REPORTO_A4_RN2609-LANDSCAPE.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_reporto_a4_rn2609-landscape.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario/REPORTO_A4_RN2609-PORTRAIT.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_reporto_a4_rn2609-portrait.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario/c%20SIZE%20-%20Mario0201.jpg" class="sig-link" style="width:400px;height:500px;" rel="lightbox[gallery3ce2008e9a]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:400px;height:500px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_e6b814e1a0_c%20size%20-%20mario0201.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-clr"></li>

</ul>


<!-- JoomlaWorks "Simple Image Gallery" Plugin (v2.0) ends here -->


</p>

	</div>


						</div><!-- end main -->


					</div><!-- end wrapper -->


				

			

					<div class="wrap"></div>


				</div> <!-- end contentarea -->


			</div><!-- back -->


		</div><!-- all -->


		<div id="footer-outer">


		

			<div id="footer-sub">


							<div id="footer">

			

					

						 <!-- put footer text here --> <h5> © 2011 Photostorie </h5>


							</div><!-- end footer -->


			

			</div>


		</div>

			

	</body>

</html>



#9
daraclare

daraclare

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
Sorry I changed the page a little so I'm posting the code again, hope thats okay:

<!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" xml:lang="en-gb" lang="en-gb" dir="ltr" >

	<head>

		  <base href="http://www.daragraphicdesigns.com/traditional-albums/tradtional-albums2.html" />

  <meta http-equiv="content-type" content="text/html; charset=utf-8" />

  <meta name="robots" content="index, follow" />

  <meta name="keywords" content="wedding albums, traditional albums, digital albums, studio albums, album design, design software, krafter" />

  <meta name="rights" content="" />

  <meta name="language" content="en-GB" />

  <meta name="title" content="traditional Albums 2" />


  <meta name="author" content="Super User" />

  <meta name="description" content="Photostorie, photographic albums, both traditional and digital albums for professional photographers, specialising in wedding albums" />

  <meta name="generator" content="Joomla! 1.6 - Open Source Content Management" />

  <title>Photostorie, traditional and Digital Wedding Albums - tradtional albums2</title>

  <link href="/templates/beez5/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />

  <script type="text/javascript" src="/media/system/js/core.js"></script>

  <script type="text/javascript" src="/media/system/js/mootools-core.js"></script>


  <script type="text/javascript" src="/media/system/js/caption.js"></script>

  <script type="text/javascript" src="/media/system/js/mootools-more.js"></script>

  <!-- JoomlaWorks "Simple Image Gallery" Plugin (v2.0) starts here -->



<script type="text/javascript" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/jquery/jquery-1.4.4.min.js"></script>

<script type="text/javascript" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/slimbox-2.04/js/slimbox2.js"></script>

<style type="text/css" media="all">

@import "/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/slimbox-2.04/css/slimbox2.css";

@import "/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids/css/template.css";

</style>

<!--[if lte IE 6]>

<link rel="stylesheet" href="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids/css/template_ie6.css" type="text/css" />

<![endif]-->


<!--[if IE 7]>

<link rel="stylesheet" href="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids/css/template_ie7.css" type="text/css" />

<![endif]-->


<!-- JoomlaWorks "Simple Image Gallery" Plugin (v2.0) ends here -->


		<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />

		<link rel="stylesheet" href="/templates/beez5/css/position.css" type="text/css" media="screen,projection" />

		<link rel="stylesheet" href="/templates/beez5/css/layout.css" type="text/css" media="screen,projection" />

		<link rel="stylesheet" href="/templates/beez5/css/print.css" type="text/css" media="Print" />

		<link rel="stylesheet" href="/templates/beez5/css/beez5.css" type="text/css" />

		<link rel="stylesheet" href="/templates/beez5/css/general.css" type="text/css" />

		<link rel="stylesheet" href="/templates/beez5/css/general_mozilla.css" type="text/css" />


				<!--[if lte IE 6]>

			<link href="/templates/beez5/css/ieonly.css" rel="stylesheet" type="text/css" />

		<![endif]-->

		<!--[if IE 7]>

			<link href="/templates/beez5/css/ie7only.css" rel="stylesheet" type="text/css" />

		<![endif]-->

		<script type="text/javascript" src="/templates/beez5/javascript/md_stylechanger.js"></script>

		<script type="text/javascript" src="/templates/beez5/javascript/hide.js"></script>


		<script type="text/javascript">

			var big ='72%';

			var small='53%';

			var altopen='is open';

			var altclose='is closed';

			var bildauf='/templates/beez5/images/plus.png';

			var bildzu='/templates/beez5/images/minus.png';

			var rightopen='Open info';

			var rightclose='Close info';

		</script>


	</head>


	<body>


<div id="all">

	<div id="back">

			<div id="header">

							<div class="logoheader">

					<h1 id="logo">


										<img src="/images/logo/photostorie_logo.gif" alt="Photostorie" />

										<span class="header1">


					Photostorie - Wedding and Photographic Albums					</span></h1>

				</div><!-- end logoheader -->


					<ul class="skiplinks">

						<li><a href="#main" class="u2">Skip to content</a></li>

						<li><a href="#nav" class="u2">Jump to main navigation and login</a></li>

											</ul>

					<h2 class="unseen">Nav view search</h2>


					<h3 class="unseen">Navigation</h3>

					

					<div id="line">

                    <h3> Ireland : 01 4566400 | UK LoCall: 0845 3015 646 </h3>

					<h3 class="unseen">Search</h3>

					

<ul class="menu">

<li id="item-101"><a href="/" >Home</a></li><li id="item-103"><a href="/about.html" >About</a></li><li id="item-104"><a href="/designs.html" >Designs</a></li><li id="item-105"><a href="/krafter.html" >Krafter</a></li><li id="item-106" class="active"><a href="/traditional-albums.html" >Traditional Albums</a></li><li id="item-107"><a href="/digital-albums.html" >Digital Albums</a></li><li id="item-108"><a href="/contact.html" >Contact</a></li></ul>


					</div> <!-- end line -->

		<div id="header-image">

			

							<img src="/templates/beez5/images/fruits.jpg"  alt="TPL_BEEZ5_LOGO" />

					</div>

					</div><!-- end header -->

				<div id="contentarea">

					<div id="breadcrumbs">

						

							

					

					</div>


					

													<div class="left1 leftbigger" id="nav">

						

								<div class="moduletable_menu">

 

<ul class="menu">

<li id="item-123" class="current active"><a href="/traditional-albums/tradtional-albums2.html" >tradtional albums2</a></li></ul></div>


								

								


													</div><!-- end navi -->

						

					

					<div id="wrapper2" >


						<div id="main">


						

						

							<div class="item-page">




	

	


	


	

	<p>


<!-- JoomlaWorks "Simple Image Gallery" Plugin (v2.0) starts here -->


<ul id="sig280bd85053" class="sig-container">

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/Mario0101.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario0101.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mario0191.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario0191.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mario0201.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario0201.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/Mario0272.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario0272.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mario0372.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario0372.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mario2623.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario2623.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/Mario2723.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario2723.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mario5800.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario5800.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mario5860.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario5860.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/Mario8122.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario8122.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mario8123.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario8123.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mario8803.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario8803.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/MarioAN2680G.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_marioan2680g.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/MarioAN2680S.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_marioan2680s.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/MarioAN5750BLK.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_marioan5750blk.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/MarioAN5750BRN.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_marioan5750brn.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/MarioRepRN2609.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_marioreprn2609.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/MarioRepTN26091.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_marioreptn26091.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/MarioRepVN8013.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mariorepvn8013.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/MarioRepVN80130.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mariorepvn80130.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/MarioRepZN80130.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mariorepzn80130.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/Mariorepqn26031.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mariorepqn26031.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/Mariorepqn26031v.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mariorepqn26031v.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>


			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">

				<a href="/images//mario2/mario0141.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mario0141.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>


					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>

		<li class="sig-block">

		<span class="sig-link-wrapper">

			<span class="sig-link-innerwrapper">


				<a href="/images//mario2/mariorepqn26031v-2.jpg" class="sig-link" style="width:150px;height:150px;" rel="lightbox[gallery280bd85053]" title="JW_SIG_NAVTIP <b>traditional Albums 2</b><br /><br />" target="_blank">

					<img class="sig-image" src="/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/includes/images/transparent.gif" alt="Click to enlarge" title="Click to enlarge" style="width:150px;height:150px;background-image:url(/cache/jw_simpleImageGallery/jwsig_cache_04704ef5ac_mariorepqn26031v-2.jpg);" />

										<span class="sig-pseudo-caption"><b>Click to enlarge</b></span>

					<span class="sig-caption" title="Click to enlarge">Click to enlarge</span>

									</a>

			</span>

		</span>

	</li>


		<li class="sig-clr"></li>

</ul>


<!-- JoomlaWorks "Simple Image Gallery" Plugin (v2.0) ends here -->


</p>

	</div>


						</div><!-- end main -->


					</div><!-- end wrapper -->


				

			

					<div class="wrap"></div>


				</div> <!-- end contentarea -->


			</div><!-- back -->


		</div><!-- all -->


		<div id="footer-outer">


		

			<div id="footer-sub">


							<div id="footer">

			

					

						 <!-- put footer text here --> <h5> © 2011 Photostorie </h5>


							</div><!-- end footer -->

			

			</div>


		</div>

			

	</body>


</html>






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users