Please tell me how to get the record path in artikel.php files,i I need this url.
in artikel.php files:
Code: Select all
$copyright ='<a rel="bookmark" title="'.$item['thema'].'" href="???????????-how to get it??????">'.$item['thema'].'</a>;
Moderator: Thorsten
Code: Select all
$copyright ='<a rel="bookmark" title="'.$item['thema'].'" href="???????????-how to get it??????">'.$item['thema'].'</a>;
Code: Select all
//Add copyright in the record end.
$copyright ='<div>转摘请注明出处:<a href="http://www.qhfaq.com" target="_blank" title="'.$faqconfig->get('main.titleFAQ').'">'.$faqconfig->get('main.titleFAQ').'</a> - 《<a rel="bookmark" title="'.$thema.'" href="??????????how to get the record path????????">'.$thema.'</a>》</div>
<div>订阅最新文章:<a href="http://feed.feedsky.com/qhfaq" target="_blank" title="订阅最新文章">http://feed.feedsky.com/qhfaq</a></div>';
//