1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Skip admin path check for now. Correct LAN conflict.

This commit is contained in:
Cameron
2021-01-16 14:32:55 -08:00
parent ac737d3762
commit cc5fbe87ef
9 changed files with 16 additions and 17 deletions

View File

@@ -47,11 +47,11 @@ class theme implements e_theme_render
* @param array $info : current style and other menu data.
* @return null
*/
public function tablestyle($caption, $text, $id='', $info=array())
public function tablestyle($caption, $text, $id=null, $info=array())
{
$style = $info['setStyle']; // global $style; // no longer needed.
$style = is_string($info['setStyle']) ? $info['setStyle'] : ''; // global $style; // no longer needed.
echo "<!-- tablestyle: style=".$style." id=".$id." -->\n\n";