Example #1
0
function pe_popup_time_delay($timeDelay)
{
    return pe_isset($timeDelay) && is_numeric($timeDelay) ? $timeDelay : 10000;
}
Example #2
0
    ?>
				<li><?php 
    echo $popup_express_options[$popup_express_option_start . 'bullet_2'];
    ?>
</li>
				<?php 
}
if (pe_isset($popup_express_options[$popup_express_option_start . 'bullet_3'])) {
    ?>
				<li><?php 
    echo $popup_express_options[$popup_express_option_start . 'bullet_3'];
    ?>
</li>
				<?php 
}
if (pe_isset($popup_express_options[$popup_express_option_start . 'bullet_4'])) {
    ?>
				<li><?php 
    echo $popup_express_options[$popup_express_option_start . 'bullet_4'];
    ?>
</li>
				<?php 
}
?>
			</ul>
        	</div>
        	<div id="pe_body_two">
        		<div id="pe_email_form">
				<form class="form-container" action="http://feedburner.google.com/fb/a/mailverify" method="post">
					<div class="form-title"><h2><?php 
echo $popup_express_options[$popup_express_option_start . 'email_form_headline'];