1
0
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:
CaMer0n
2009-08-14 22:31:09 +00:00
parent eaf6929c5a
commit 4043d9cc6c
5 changed files with 113 additions and 72 deletions

View 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;
}
?>