Hello friends;
First of all thank you in advanced.
Am using dating software, this software is make me crazy :(
each page of it can only accept some function to work on it.
Example:
1- Home page, can show New Faces, But I cant not show it in any other pages :(
2- Search Page can show the search form, But not in any other page.
My question is:
Can I wrap (May be some thing else) the data from this page (index.php) using the ID to the desired new page EXM ( abcde.php) in a remote <div>?
Here is an Example for the original code (working only in index.php):
- {if $top_users}
<div></div>
<div class="top_member_name"><a href="{$top_users[1].link}">{$top_users[0].name}</a></div>
<div>{$lang.top_mem.age}: {$top_users[0].age} {$header.ans}</div>
<div>{$lang.top_mem.country}: {$base_lang.country[$top_users.0.id_country]}</div> - </div>
{/if}
it will be very appreciated if you could provide some help :)
Best Regards,
XOOMSERVE