'
'. theme('item_list', $items) .'
'. theme('table', $header, $rows) .'
'. theme('item_list', $items2) .'
'. t('Example: /cart/add/p1_q5-imonday_special?destination=cart
This example will add 5 of product 1 to the cart, track clicks with the ID "monday_special", and redirect the user to the cart. To use this on your site, simply create an HTML link to the URL you create:')
.'
<a href="http://www.example.com/cart/add/e-p1_q5-imonday_special?destination=cart">'. t('Link text.') .'</a>