Quote:
Originally Posted by Live Wire
I can't seem to get it like Kirbys attachment without hacking the file. I'm trying to get this effect.  . Thats a Photoshop edit.
|
That's easy (assuming you want that blank box shown in the image).
Hook: admin_index_main
PHP Code:
print_table_break();
print_table_header('');
print_label_row(' ',' ');
fetch_row_bgclass();
print_label_row(' ',' ');
print_table_break();