<?php if ($text = get_option('jr_jobs_submit_text')) echo wpautop(wptexturize($text)); else {
// display pricing?
$amount = get_option('jr_jobs_listing_cost');
$currency = get_option('jr_jobs_paypal_currency');
if ($amount && $amount>0) {
echo '<p class="pricing"><em>'.jr_get_currency($currency).$amount.'</em> '.__('for','jr').' <em>30 '.__('days','jr').'</em></p>';
}
} ?>
<h1><?php _e('Submit a Job', 'jr'); ?></h1>
There are currently 1 users browsing this thread. (0 members and 1 guests)