mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
menuData added to tablestyle() function - more options for theming.
This commit is contained in:
12
e107_files/shortcode/setstyle.php
Normal file
12
e107_files/shortcode/setstyle.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/* $Id: setstyle.php,v 1.1 2009-08-14 22:31:09 e107coders Exp $ */
|
||||
|
||||
function setstyle_shortcode($parm)
|
||||
{
|
||||
global $style; // BC
|
||||
$style = $parm; // BC
|
||||
|
||||
e107::getRender()->eSetStyle = $parm;
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user