PHP-当我单击时,我要输入一个URL

时间:2018-10-15 13:53:51

标签: php url

这是站点:www.matelelettronica.it

单击时:richiedi preventivo

您继续弹出...我不要这个。 当我单击时,我想要一个URL。

这是实际的代码:

<?php
/**Let's see if we found the product */
if (empty ( $this->product )) {
    echo vmText::_ ( 'COM_VIRTUEMART_PRODUCT_NOT_FOUND' );
    echo '<br /><br />  ' . $this->continue_link_html;
} else {
    $session = JFactory::getSession();
    $sessData = $session->get('askquestion', 0, 'vm');
    if(!empty($this->login)){
        echo $this->login;
    }
    if(empty($this->login) or VmConfig::get('recommend_unauth',false)){
        ?>
        <div class="ask-a-question-view">
            <h1><?php echo vmText::_('COM_VIRTUEMART_PRODUCT_ASK_QUESTION')  ?></h1>

            <div class="product-summary">
                <div class="width70 floatleft">
                    <h2><?php echo $this->product->product_name ?></h2>

0 个答案:

没有答案