mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Code Cleanup
This commit is contained in:
@@ -132,7 +132,7 @@ class featurebox_shortcodes// must match the plugin's folder name. ie. [PLUGIN_F
|
||||
* @param string $parm parameters
|
||||
* @param string $mod category template
|
||||
*/
|
||||
function sc_featurebox_navigation($parm, $mod = '')
|
||||
function sc_featurebox_navigation($parm=null, $mod = '')
|
||||
{
|
||||
// TODO cache
|
||||
//TODO default $parm values. eg. assume 'tabs' when included in the 'tabs' template.
|
||||
|
Reference in New Issue
Block a user