JustinSmall
01-09-2008, 10:31 PM
Ok, I'm skinning a phpLD template and it's being a pain in the... well you know.
<!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>
{* Document/Browser title *}
<title>{if empty ($TITLE)}{$smarty.const.DIRECTORY_TITLE|escape|trim}{/if}{$smarty.capture.title|strip|trim}</title>
{* Document character set *}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{* CSS Style file *}
<link rel="stylesheet" type="text/css" href="{$smarty.const.DOC_ROOT}/templates/{$smarty.const.USE_TEMPLATE}/style/main.css" />
{* Custom META tags *}
{if $smarty.const.ENABLE_META_TAGS}
{if !empty($MetaKeywords)}
<meta name="keywords" content="{$MetaKeywords|strip|escape|trim}" />
{/if}
{if !empty($MetaDescription)}
<meta name="description" content="{$MetaDescription|strip|escape|trim}" />
{/if}
{if !empty($MetaAuthor)}
<meta name="author" content="{$MetaAuthor|strip|escape|trim}" />
{/if}
{if !empty($MetaCopyright)}
<meta name="copyright" content="{$MetaCopyright|strip|escape|trim}" />
{/if}
{if !empty($MetaRobots)}
<meta name="robots" content="{$MetaRobots|strip|escape|trim}" />
{/if}
{/if}
{* Please keep this line for better version tracking *}
<meta name="generator" content="PHP Link Directory {$smarty.const.CURRENT_VERSION}" />
{* Live Bookmarks *}
{if $smarty.const.ENABLE_RSS and (!empty($search) or $category.ID gt 0 or $list) and count($links) gt 0}
<link rel="alternate" type="application/rss+xml" title="{$in_page_title|escape|trim}" href="{$smarty.const.SITE_URL}rss.php?{if !empty($search)}search={$search|@urlencode}{elseif $p}p={$p}{elseif $list}list={$list}{else}c={$category.ID}{/if}" />
{/if}
{* JavaScript libraries *}
{if $load_Javascript}
{* SmartyFormtool for manipulating forms with JavaScript *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/formtool/formtool.js"></script>
{* Prototype library - all comming JavaScripts are based on this *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/prototype/prototype.js"></script>
{* Scriptaculous - Incredible effects and controls library built on Prototype *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/scriptaculous/scriptaculous.js"></script>
{* AJAX category selection library *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/categ_selection/categ_selection.js"></script>
{/if}
</head>
<body>
{* Error and confirmation messages *}
{include file="../$core_templates/messages.tpl"}
<h1 id="title">{$in_page_title|escape|trim}</h1>
<p id="descr">{$description|escape|trim} </p>
that's the original header...
<!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>
{* Document/Browser title *}
<title>{if empty ($TITLE)}{$smarty.const.DIRECTORY_TITLE|escape|trim}{/if}{$smarty.capture.title|strip|trim}</title>
{* Document character set *}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{* CSS Style file *}
<link rel="stylesheet" type="text/css" href="{$smarty.const.DOC_ROOT}/templates/{$smarty.const.USE_TEMPLATE}/style/main.css" />
{* Custom META tags *}
{if $smarty.const.ENABLE_META_TAGS}
{if !empty($MetaKeywords)}
<meta name="keywords" content="{$MetaKeywords|strip|escape|trim}" />
{/if}
{if !empty($MetaDescription)}
<meta name="description" content="{$MetaDescription|strip|escape|trim}" />
{/if}
{if !empty($MetaAuthor)}
<meta name="author" content="{$MetaAuthor|strip|escape|trim}" />
{/if}
{if !empty($MetaCopyright)}
<meta name="copyright" content="{$MetaCopyright|strip|escape|trim}" />
{/if}
{if !empty($MetaRobots)}
<meta name="robots" content="{$MetaRobots|strip|escape|trim}" />
{/if}
{/if}
{* Please keep this line for better version tracking *}
<meta name="generator" content="PHP Link Directory {$smarty.const.CURRENT_VERSION}" />
{* Live Bookmarks *}
{if $smarty.const.ENABLE_RSS and (!empty($search) or $category.ID gt 0 or $list) and count($links) gt 0}
<link rel="alternate" type="application/rss+xml" title="{$in_page_title|escape|trim}" href="{$smarty.const.SITE_URL}rss.php?{if !empty($search)}search={$search|@urlencode}{elseif $p}p={$p}{elseif $list}list={$list}{else}c={$category.ID}{/if}" />
{/if}
{* JavaScript libraries *}
{if $load_Javascript}
{* SmartyFormtool for manipulating forms with JavaScript *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/formtool/formtool.js"></script>
{* Prototype library - all comming JavaScripts are based on this *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/prototype/prototype.js"></script>
{* Scriptaculous - Incredible effects and controls library built on Prototype *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/scriptaculous/scriptaculous.js"></script>
{* AJAX category selection library *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/categ_selection/categ_selection.js"></script>
{/if}
</head>
<body>
{* Error and confirmation messages *}
{include file="../$core_templates/messages.tpl"}
<table cellpadding="0" cellspacing="0" border="0" align="center" style="width:100%; height:100%">
<tr>
<td valign="top" style="width:100%" height="286" >
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td valign="top" style="width:50%; background:url(images/left.jpg) top right" height="286"></td>
<td valign="top" style="width:766px" height="286">
<table cellpadding="0" cellspacing="0" border="0" width="766">
<tr>
<td valign="top" width="766" height="286" style="background-image:url(images/top.jpg) "><table id="Table_01" width="766" height="281" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="12"><img src="images/header_01.gif" width="766" height="33" alt=""></td>
</tr>
<tr>
<td rowspan="2"><img src="images/header_02.gif" width="39" height="195" alt=""></td>
<td colspan="5" rowspan="2"><img src="images/header_03.gif" width="448" height="195" alt=""></td>
<td colspan="2"><a href="../index.php"><img src="images/header_04.gif" alt="" width="95" height="31" border="0"></a></td>
<td colspan="2"><a href="../contactus.php"><img src="images/header_05.gif" alt="" width="82" height="31" border="0"></a></td>
<td><a href="../sitemap.php"><img src="images/header_06.gif" alt="" width="72" height="31" border="0"></a></td>
<td><img src="images/header_07.gif" width="30" height="31" alt=""></td>
</tr>
<tr>
<td colspan="5"><img src="images/header_08.gif" width="249" height="164" alt=""></td>
<td><img src="images/header_09.gif" width="30" height="164" alt=""></td>
</tr>
<tr>
<td><img src="images/header_10.gif" width="39" height="35" alt=""></td>
<td><a href="../aboutus.php"><img src="images/header_11.gif" alt="" width="116" height="35" border="0"></a></td>
<td><a href="../directory/index.php"><img src="images/header_12.gif" alt="" width="113" height="35" border="0"></a></td>
<td><a href="../gallery/index.php"><img src="images/header_13.gif" alt="" width="93" height="35" border="0"></a></td>
<td><a href="../forum/index.php"><img src="images/header_14.gif" alt="" width="88" height="35" border="0"></a></td>
<td colspan="2"><a href="../guide.php"><img src="images/header_15.gif" alt="" width="86" height="35" border="0"></a></td>
<td colspan="2"><a href="../faq.php"><img src="images/header_16.gif" alt="" width="78" height="35" border="0"></a></td>
<td colspan="2"><a href="../index.php"><img src="images/header_17.gif" alt="" width="123" height="35" border="0"></a></td>
<td><img src="images/header_18.gif" width="30" height="35" alt=""></td>
</tr>
<tr>
<td colspan="12"><img src="images/header_19.gif" width="766" height="17" alt=""></td>
</tr>
<tr>
<td><img src="images/spacer.gif" width="39" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="116" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="113" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="93" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="88" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="38" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="48" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="47" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="31" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="51" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="72" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="30" height="1" alt=""></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td valign="top" style="width:50%; background:url(images/right.jpg) top left" height="286"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" style="width:100%; height:100%" >
<table cellpadding="0" cellspacing="0" border="0" style="width:100%; height:100%">
<tr>
<td valign="top" style="width:50%; height:100%; background:url(images/left1.jpg) top right"></td>
<td valign="top" style="width:766px; height:100%; background-image:url(images/bg.gif)">
<table cellpadding="0" cellspacing="0" border="0" width="766">
<tr>
<td valign="top" width="766">
<h1 id="title">{$in_page_title|escape|trim}</h1>
<p id="descr">{$description|escape|trim} </p>
This is my header...
{strip}
{* Pagination *}
{if !empty($MainPaging) and $MainPaging.page_total > 1}
<div class="navig">
<div style="float:right;" class="main-paging">
{* Display Paging Header *}
<div class="paging-info">{l}Items {$MainPaging.first}-{$MainPaging.last} out of {$MainPaging.total} displayed.{/l}</div>
{* Display Paging Links *}
<div class="paging-links">
{paginate_first id="MainPaging"} {paginate_prev id="MainPaging"} {paginate_middle id="MainPaging" format="page" prefix="" suffix="" link_prefix=" " link_suffix=" " current_page_prefix="[" current_page_suffix="]"} {paginate_next id="MainPaging"} {paginate_last id="MainPaging"}
</div>
</div>
{l}Total records:{/l} {$MainPaging.total}
</div>
{/if}
<div class="footer"><a href="http://www.phplinkdirectory.com" title="PHP Link Directory">PHP Link Directory</a></div>
</body>
</html>
{/strip}
original footer
{strip}
{* Pagination *}
{if !empty($MainPaging) and $MainPaging.page_total > 1}
<div class="navig">
<div style="float:right;" class="main-paging">
{* Display Paging Header *}
<div class="paging-info">{l}Items {$MainPaging.first}-{$MainPaging.last} out of {$MainPaging.total} displayed.{/l}</div>
{* Display Paging Links *}
<div class="paging-links">
{paginate_first id="MainPaging"} {paginate_prev id="MainPaging"} {paginate_middle id="MainPaging" format="page" prefix="" suffix="" link_prefix=" " link_suffix=" " current_page_prefix="[" current_page_suffix="]"} {paginate_next id="MainPaging"} {paginate_last id="MainPaging"}
</div>
</div>
{l}Total records:{/l} {$MainPaging.total}
</div>
{/if}
<div class="footer"><a href="http://www.phplinkdirectory.com" title="PHP Link Directory">PHP Link Directory</a></div>
</td>
</tr>
</table>
</td>
<td valign="top" style="width:50%; height:100%; background:url(images/right1.jpg) top left "></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
{/strip}
My footer...
I did the same thing in phpLD-Photo and it looks extravagent, but in phpld it breaks..
reference: http://findyourink.com/directory
http://findyourink.com/gallery
I'm having troubles with teh directory not the gallery!
Thanks in advance!
<!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>
{* Document/Browser title *}
<title>{if empty ($TITLE)}{$smarty.const.DIRECTORY_TITLE|escape|trim}{/if}{$smarty.capture.title|strip|trim}</title>
{* Document character set *}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{* CSS Style file *}
<link rel="stylesheet" type="text/css" href="{$smarty.const.DOC_ROOT}/templates/{$smarty.const.USE_TEMPLATE}/style/main.css" />
{* Custom META tags *}
{if $smarty.const.ENABLE_META_TAGS}
{if !empty($MetaKeywords)}
<meta name="keywords" content="{$MetaKeywords|strip|escape|trim}" />
{/if}
{if !empty($MetaDescription)}
<meta name="description" content="{$MetaDescription|strip|escape|trim}" />
{/if}
{if !empty($MetaAuthor)}
<meta name="author" content="{$MetaAuthor|strip|escape|trim}" />
{/if}
{if !empty($MetaCopyright)}
<meta name="copyright" content="{$MetaCopyright|strip|escape|trim}" />
{/if}
{if !empty($MetaRobots)}
<meta name="robots" content="{$MetaRobots|strip|escape|trim}" />
{/if}
{/if}
{* Please keep this line for better version tracking *}
<meta name="generator" content="PHP Link Directory {$smarty.const.CURRENT_VERSION}" />
{* Live Bookmarks *}
{if $smarty.const.ENABLE_RSS and (!empty($search) or $category.ID gt 0 or $list) and count($links) gt 0}
<link rel="alternate" type="application/rss+xml" title="{$in_page_title|escape|trim}" href="{$smarty.const.SITE_URL}rss.php?{if !empty($search)}search={$search|@urlencode}{elseif $p}p={$p}{elseif $list}list={$list}{else}c={$category.ID}{/if}" />
{/if}
{* JavaScript libraries *}
{if $load_Javascript}
{* SmartyFormtool for manipulating forms with JavaScript *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/formtool/formtool.js"></script>
{* Prototype library - all comming JavaScripts are based on this *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/prototype/prototype.js"></script>
{* Scriptaculous - Incredible effects and controls library built on Prototype *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/scriptaculous/scriptaculous.js"></script>
{* AJAX category selection library *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/categ_selection/categ_selection.js"></script>
{/if}
</head>
<body>
{* Error and confirmation messages *}
{include file="../$core_templates/messages.tpl"}
<h1 id="title">{$in_page_title|escape|trim}</h1>
<p id="descr">{$description|escape|trim} </p>
that's the original header...
<!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>
{* Document/Browser title *}
<title>{if empty ($TITLE)}{$smarty.const.DIRECTORY_TITLE|escape|trim}{/if}{$smarty.capture.title|strip|trim}</title>
{* Document character set *}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{* CSS Style file *}
<link rel="stylesheet" type="text/css" href="{$smarty.const.DOC_ROOT}/templates/{$smarty.const.USE_TEMPLATE}/style/main.css" />
{* Custom META tags *}
{if $smarty.const.ENABLE_META_TAGS}
{if !empty($MetaKeywords)}
<meta name="keywords" content="{$MetaKeywords|strip|escape|trim}" />
{/if}
{if !empty($MetaDescription)}
<meta name="description" content="{$MetaDescription|strip|escape|trim}" />
{/if}
{if !empty($MetaAuthor)}
<meta name="author" content="{$MetaAuthor|strip|escape|trim}" />
{/if}
{if !empty($MetaCopyright)}
<meta name="copyright" content="{$MetaCopyright|strip|escape|trim}" />
{/if}
{if !empty($MetaRobots)}
<meta name="robots" content="{$MetaRobots|strip|escape|trim}" />
{/if}
{/if}
{* Please keep this line for better version tracking *}
<meta name="generator" content="PHP Link Directory {$smarty.const.CURRENT_VERSION}" />
{* Live Bookmarks *}
{if $smarty.const.ENABLE_RSS and (!empty($search) or $category.ID gt 0 or $list) and count($links) gt 0}
<link rel="alternate" type="application/rss+xml" title="{$in_page_title|escape|trim}" href="{$smarty.const.SITE_URL}rss.php?{if !empty($search)}search={$search|@urlencode}{elseif $p}p={$p}{elseif $list}list={$list}{else}c={$category.ID}{/if}" />
{/if}
{* JavaScript libraries *}
{if $load_Javascript}
{* SmartyFormtool for manipulating forms with JavaScript *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/formtool/formtool.js"></script>
{* Prototype library - all comming JavaScripts are based on this *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/prototype/prototype.js"></script>
{* Scriptaculous - Incredible effects and controls library built on Prototype *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/scriptaculous/scriptaculous.js"></script>
{* AJAX category selection library *}
<script type="text/javascript" src="{$smarty.const.DOC_ROOT}/javascripts/categ_selection/categ_selection.js"></script>
{/if}
</head>
<body>
{* Error and confirmation messages *}
{include file="../$core_templates/messages.tpl"}
<table cellpadding="0" cellspacing="0" border="0" align="center" style="width:100%; height:100%">
<tr>
<td valign="top" style="width:100%" height="286" >
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td valign="top" style="width:50%; background:url(images/left.jpg) top right" height="286"></td>
<td valign="top" style="width:766px" height="286">
<table cellpadding="0" cellspacing="0" border="0" width="766">
<tr>
<td valign="top" width="766" height="286" style="background-image:url(images/top.jpg) "><table id="Table_01" width="766" height="281" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="12"><img src="images/header_01.gif" width="766" height="33" alt=""></td>
</tr>
<tr>
<td rowspan="2"><img src="images/header_02.gif" width="39" height="195" alt=""></td>
<td colspan="5" rowspan="2"><img src="images/header_03.gif" width="448" height="195" alt=""></td>
<td colspan="2"><a href="../index.php"><img src="images/header_04.gif" alt="" width="95" height="31" border="0"></a></td>
<td colspan="2"><a href="../contactus.php"><img src="images/header_05.gif" alt="" width="82" height="31" border="0"></a></td>
<td><a href="../sitemap.php"><img src="images/header_06.gif" alt="" width="72" height="31" border="0"></a></td>
<td><img src="images/header_07.gif" width="30" height="31" alt=""></td>
</tr>
<tr>
<td colspan="5"><img src="images/header_08.gif" width="249" height="164" alt=""></td>
<td><img src="images/header_09.gif" width="30" height="164" alt=""></td>
</tr>
<tr>
<td><img src="images/header_10.gif" width="39" height="35" alt=""></td>
<td><a href="../aboutus.php"><img src="images/header_11.gif" alt="" width="116" height="35" border="0"></a></td>
<td><a href="../directory/index.php"><img src="images/header_12.gif" alt="" width="113" height="35" border="0"></a></td>
<td><a href="../gallery/index.php"><img src="images/header_13.gif" alt="" width="93" height="35" border="0"></a></td>
<td><a href="../forum/index.php"><img src="images/header_14.gif" alt="" width="88" height="35" border="0"></a></td>
<td colspan="2"><a href="../guide.php"><img src="images/header_15.gif" alt="" width="86" height="35" border="0"></a></td>
<td colspan="2"><a href="../faq.php"><img src="images/header_16.gif" alt="" width="78" height="35" border="0"></a></td>
<td colspan="2"><a href="../index.php"><img src="images/header_17.gif" alt="" width="123" height="35" border="0"></a></td>
<td><img src="images/header_18.gif" width="30" height="35" alt=""></td>
</tr>
<tr>
<td colspan="12"><img src="images/header_19.gif" width="766" height="17" alt=""></td>
</tr>
<tr>
<td><img src="images/spacer.gif" width="39" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="116" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="113" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="93" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="88" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="38" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="48" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="47" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="31" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="51" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="72" height="1" alt=""></td>
<td><img src="images/spacer.gif" width="30" height="1" alt=""></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td valign="top" style="width:50%; background:url(images/right.jpg) top left" height="286"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" style="width:100%; height:100%" >
<table cellpadding="0" cellspacing="0" border="0" style="width:100%; height:100%">
<tr>
<td valign="top" style="width:50%; height:100%; background:url(images/left1.jpg) top right"></td>
<td valign="top" style="width:766px; height:100%; background-image:url(images/bg.gif)">
<table cellpadding="0" cellspacing="0" border="0" width="766">
<tr>
<td valign="top" width="766">
<h1 id="title">{$in_page_title|escape|trim}</h1>
<p id="descr">{$description|escape|trim} </p>
This is my header...
{strip}
{* Pagination *}
{if !empty($MainPaging) and $MainPaging.page_total > 1}
<div class="navig">
<div style="float:right;" class="main-paging">
{* Display Paging Header *}
<div class="paging-info">{l}Items {$MainPaging.first}-{$MainPaging.last} out of {$MainPaging.total} displayed.{/l}</div>
{* Display Paging Links *}
<div class="paging-links">
{paginate_first id="MainPaging"} {paginate_prev id="MainPaging"} {paginate_middle id="MainPaging" format="page" prefix="" suffix="" link_prefix=" " link_suffix=" " current_page_prefix="[" current_page_suffix="]"} {paginate_next id="MainPaging"} {paginate_last id="MainPaging"}
</div>
</div>
{l}Total records:{/l} {$MainPaging.total}
</div>
{/if}
<div class="footer"><a href="http://www.phplinkdirectory.com" title="PHP Link Directory">PHP Link Directory</a></div>
</body>
</html>
{/strip}
original footer
{strip}
{* Pagination *}
{if !empty($MainPaging) and $MainPaging.page_total > 1}
<div class="navig">
<div style="float:right;" class="main-paging">
{* Display Paging Header *}
<div class="paging-info">{l}Items {$MainPaging.first}-{$MainPaging.last} out of {$MainPaging.total} displayed.{/l}</div>
{* Display Paging Links *}
<div class="paging-links">
{paginate_first id="MainPaging"} {paginate_prev id="MainPaging"} {paginate_middle id="MainPaging" format="page" prefix="" suffix="" link_prefix=" " link_suffix=" " current_page_prefix="[" current_page_suffix="]"} {paginate_next id="MainPaging"} {paginate_last id="MainPaging"}
</div>
</div>
{l}Total records:{/l} {$MainPaging.total}
</div>
{/if}
<div class="footer"><a href="http://www.phplinkdirectory.com" title="PHP Link Directory">PHP Link Directory</a></div>
</td>
</tr>
</table>
</td>
<td valign="top" style="width:50%; height:100%; background:url(images/right1.jpg) top left "></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
{/strip}
My footer...
I did the same thing in phpLD-Photo and it looks extravagent, but in phpld it breaks..
reference: http://findyourink.com/directory
http://findyourink.com/gallery
I'm having troubles with teh directory not the gallery!
Thanks in advance!
