Dionysis
01-25-2005, 05:55 AM
http://www.nrgdrink.com/asdf.jpg
You'll notice the "asdf" and "fff" inserted.
here is the code:
about 90% of the way down admincp/template.php you'll find : I just added "asdf" and "fff" in there.
if ($debug)
{
print_style(-1);
} ?>asdf <?php
foreach($stylecache AS $styleid => $style)
{
print_style($styleid, $style);
}
?> fff
</div>
Ok. now here is where i say "omfg wtf." The only thing in that code is a foreach() and it's creating a default style, dropdown menu, expander, and list ????? where is all this stuff coming from?
You'll notice the "asdf" and "fff" inserted.
here is the code:
about 90% of the way down admincp/template.php you'll find : I just added "asdf" and "fff" in there.
if ($debug)
{
print_style(-1);
} ?>asdf <?php
foreach($stylecache AS $styleid => $style)
{
print_style($styleid, $style);
}
?> fff
</div>
Ok. now here is where i say "omfg wtf." The only thing in that code is a foreach() and it's creating a default style, dropdown menu, expander, and list ????? where is all this stuff coming from?