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

Bugtracker #4723 - Tablerender mode parameter added for themers

This commit is contained in:
bugrain
2009-05-03 22:16:20 +00:00
parent 8bb7c473b3
commit 577d6bf00f

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/page.php,v $
| $Revision: 1.17 $
| $Date: 2008-11-16 09:11:59 $
| $Author: e107coders $
| $Revision: 1.18 $
| $Date: 2009-05-03 22:16:20 $
| $Author: bugrain $
|
+----------------------------------------------------------------------------+
*/
@@ -65,7 +65,7 @@ else
if ($e107_core_custom_pages['cachecontrol'] == TRUE)
{
ob_start();
$ns -> tablerender($e107_core_custom_pages['title'], $e107_core_custom_pages['text']);
$ns -> tablerender($e107_core_custom_pages['title'], $e107_core_custom_pages['text'],"cpage");
$cache_data = ob_get_flush();
$e107cache->set($cacheString, $cache_data);
$e107cache->set($cachePageTitle, $e107_core_custom_pages['title']."^".$e107_core_custom_pages['comment_flag']);