Esempio n. 1
0
<?php

include "header.php";
include "myTCGpost/config.php";
?>
<h1>&raquo; F O R &nbsp;T R A D E &laquo;</h1>
<?php 
echo tcg_print_cards(3, 2, 2);
?>
<br />
<h1>&raquo; T R A D E &nbsp;F O R &nbsp;W H I S H L I S T &laquo;</h1>
<?php 
echo tcg_print_cards(5, 2, 2);
?>

<?php 
include "footer.php";
Esempio n. 2
0
		<?php 
echo tcg_print_cards($catCards = 7, $CardTpl = 1, $orderField = 1, $order = "ASC");
?>
		
		<h4 id="trading">might trade;</h4>
		might trade for higher priorities (at my discretion).
		
		<?php 
echo tcg_print_cards($catCards = 4, $CardTpl = 1, $orderField = 1, $order = "ASC");
?>
		
		<h4>trading;</h4>
		will trade for anything on my wishlist.
		
		<?php 
echo tcg_print_cards($catCards = 5, $CardTpl = 1, $orderField = 1, $order = "ASC");
?>

		<h4>pending;</h4>
		hover to see why it's pending.

		<p>none right now.</p>

		<h4>my extras;</h4>
		will trade double for <u>anything</u>, but please let me choose from your trading section instead of offering me something random.
		
		<p><b>doubles:</b><p>
			
		<p>none right now.</p>
		
		<p><b>money:</b></p>
Esempio n. 3
0
<?php

include "header.php";
include "myTCGpost/config.php";
?>
	<h1>&raquo; C O L L E C T I O N S &laquo;</h1>
	<br />
	<?php 
echo tcg_print_collections(2, 1);
?>

	<h1>&raquo; P U Z Z L E S &laquo;</h1>
	<br />
	<?php 
echo tcg_print_collections(2, 2);
?>
	<br />
	<h1>&raquo; F U T U R E &nbsp;C O L L E C T I O N S &laquo;</h1>
<?php 
echo tcg_print_cards(6, 2, 2);
include "footer.php";