Example #1
0
 function GetEmailLink($email, $name)
 {
     return CKunenaLink::GetSimpleLink('mailto:' . stripslashes($email), stripslashes($name));
 }
Example #2
0
                                </div>

                                <?php 
        } else {
            $threadPages = 0;
            $unreadPage = 0;
            //this thread has been moved, get the new location
            $kunena_db->setQuery("SELECT message FROM #__fb_messages_text WHERE mesid='{$leaf->id}'");
            $newURL = $kunena_db->loadResult();
            // split the string and separate catid and id for proper link assembly
            parse_str($newURL, $newURLParams);
            ?>

                            <td class = "td-2">
                                <?php 
            echo CKunenaLink::GetSimpleLink($id);
            ?>

                                <img src = "<?php 
            echo KUNENA_URLEMOTIONSPATH;
            ?>
arrow.gif" alt = "emo"/>
                            </td>

                            <td class = "td-3">
                                <div class = "fb-topic-title-cover">
                                    <?php 
            echo CKunenaLink::GetThreadLink('view', $newURLParams['catid'], $newURLParams['id'], kunena_htmlspecialchars(stripslashes($leaf->subject)), kunena_htmlspecialchars(stripslashes($leaf->subject)), 'follow', 'fb-topic-title fbm');
            ?>
                                </div>
 function GetEmailLink($email, $name)
 {
     return CKunenaLink::GetSimpleLink('mailto:' . $email, $name);
 }