|
From: <dac...@us...> - 2007-09-02 03:50:44
|
Revision: 43
http://thevr.svn.sourceforge.net/thevr/?rev=43&view=rev
Author: dachebodt
Date: 2007-09-01 20:50:47 -0700 (Sat, 01 Sep 2007)
Log Message:
-----------
converting main menu to dynamic block
Modified Paths:
--------------
mods/cms/trunk/index.php
Modified: mods/cms/trunk/index.php
===================================================================
--- mods/cms/trunk/index.php 2007-09-02 03:49:25 UTC (rev 42)
+++ mods/cms/trunk/index.php 2007-09-02 03:50:47 UTC (rev 43)
@@ -41,9 +41,6 @@
// Select the active module
$module->set_active($id, $mode);
- // Assign data to the template engine for the list of modules
- $module->assign_tpl_vars(append_sid("{$phpbb_root_path}index.$phpEx"));
-
// Set custom template path
$tpl_path = $phpbb_root_path . "modules/$module->p_dir/template";
$mtemplate->set_custom_template($tpl_path, $module->p_dir);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|