mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
Code cleanup and optimization
This commit is contained in:
@@ -30,7 +30,7 @@ function tablestyle($caption, $text, $mode='')
|
||||
|
||||
switch($style)
|
||||
{
|
||||
|
||||
/*
|
||||
case 'home':
|
||||
echo $caption;
|
||||
echo $text;
|
||||
@@ -44,7 +44,7 @@ function tablestyle($caption, $text, $mode='')
|
||||
case 'full':
|
||||
echo $caption;
|
||||
echo $text;
|
||||
break;
|
||||
break;*/
|
||||
|
||||
default:
|
||||
echo $caption;
|
||||
|
Reference in New Issue
Block a user