HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/sexnetzwerk24/wp-content/themes/classipress/form-listing-submit-free.php
<?php
/**
 * Free Listing Received Template.
 *
 * @package ClassiPress\Templates
 * @author  AppThemes
 * @since   ClassiPress 3.4
 */
?>


<div class="content">

	<div class="content_botbg">

		<div class="content_res">

			<div class="shadowblock_out">

				<div class="shadowblock">

					<div id="step3">

						<h2 class="dotted"><?php _e( 'Ad Listing Received', APP_TD ); ?></h2>

						<img src="<?php echo appthemes_locate_template_uri( 'images/step3.gif' ); ?>" alt="" class="stepimg" />

						<?php do_action( 'appthemes_notices' ); ?>

						<div class="thankyou">
						<?php
							if ( 'publish' == get_post_status( $listing->ID ) ) {

								echo html( 'h3', __( 'Thank you! Your ad listing has been submitted and is now live.', APP_TD ) );
								echo html( 'p', __( 'Visit your dashboard to make any changes to your ad listing or profile.', APP_TD ) );
								echo html( 'a', array( 'href' => get_permalink( $listing->ID ) ), __( 'View your new ad listing.', APP_TD ) );

							} else {

								echo html( 'h3', __( 'Thank you! Your ad listing has been submitted for review.', APP_TD ) );
								echo html( 'p', __( 'You can check the status by viewing your dashboard.', APP_TD ) );
								echo html( 'a', array( 'href' => get_permalink( $listing->ID ) ), __( 'View your new ad listing.', APP_TD ) );

							}
						?>

						<?php do_action( 'cp_listing_form_end_free', $listing ); ?>
						</div>

					</div>

				</div><!-- /shadowblock -->

			</div><!-- /shadowblock_out -->

			<div class="clr"></div>

		</div><!-- /content_res -->

	</div><!-- /content_botbg -->

</div><!-- /content -->