1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Various fixes. deprecated e_linkgen in favour of e_sitelink. Easy and dynamic creation of links. Some common functions added to make loading of e_xxx config() functions easier.

This commit is contained in:
CaMer0n
2009-11-20 05:01:51 +00:00
parent e463d6e0e8
commit 2e635fd3b4
14 changed files with 435 additions and 156 deletions

View File

@@ -10,8 +10,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/faqs_shortcodes.php,v $
| $Revision: 1.1 $
| $Date: 2009-11-09 12:57:34 $
| $Revision: 1.2 $
| $Date: 2009-11-20 05:01:51 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -65,7 +65,7 @@ class faqs_shortcodes
function sc_faq_category()
{
$tp = e107::getParser();
return $tp->toHtml($this->row['faq_info_title']);
return "<a href='".e_SELF."?cat.".$this->row['faq_info_id']."'>".$tp->toHtml($this->row['faq_info_title'])."</a>";
}
function sc_faq_catlink()