2010-02-21, 11:55 PM
2010-02-22, 12:28 AM
What do you mean stuff? Links?
2010-02-22, 12:31 AM
I want too add links here
![[Image: hshsh.png]](https://camo.mybb.com/e674fbd919d37388d964acbf7d5ef3265b7bc13c/687474703a2f2f696d673233372e696d616765736861636b2e75732f696d673233372f353832332f68736873682e706e67)
2010-02-22, 12:32 AM
I found this code comment in ./admin/stryles/default/style.php and it might help you:
/**
* This is an example style file for Admin CP styles.
*
* It allows you to override our existing layout generation
* classes with your own to further customise the Admin CP
* layout beyond CSS.
*
* Your class name Should extend
* --------------- -------------
* Page DefaultPage
* SidebarItem DefaultSidebarItem
* PopupMenu DefaultPopupMenu
* Table DefaultTable
* Form DefaultForm
* FormContainer DefaultFormContainer
*
* For example, to output your own custom header:
*
* class Page extends DefaultPage
* {
* function output_header($title)
* {
* echo "<h1>{$title}</h1>";
* }
* }
*
*/