Current time: 05-22-2013, 08:11 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to add header include in Admin / ACP
03-30-2012, 12:35 PM
Post: #1
Not Solved how to add header include in Admin / ACP
hi all


i want to add this section in acp but headerinclude is not working.

PHP Code:
$admin_jq_ui_js_n_css "
    <script type='text/javascript'>
    jQuery.noConflict();
    </script>
    <script src='
$baseurl/admin/jquery-ui-1.8.18.custom/js/jquery-1.7.1.min.js?dateline=".TIME_NOW."' type='text/javascript'></script>        
    <script src='
$baseurl/admin/jquery-ui-1.8.18.custom/js/jquery-ui-1.8.18.custom.min.js?dateline=".TIME_NOW."' type='text/javascript'></script>
    <link type='text/css' rel='stylesheet' href='
{$baseurl}/admin/jquery-ui-1.8.18.custom/css/redmond/jquery-ui-1.8.18.custom.css?ver=".TIME_NOW."' />
"
;
    
$headerinclude .= $admin_jq_ui_js_n_css;
    
$GLOBALS['headerinclude'] .= $admin_jq_ui_js_n_css

With Regards and many thanks.
------------------------------------------
Visit this user's website Find all posts by this user
Quote this message in a reply
04-04-2012, 03:54 PM
Post: #2
Not Solved RE: how to add header include in Admin / ACP
The Admin CP doesn't have templates, you can't do that very easily.

-Paul H.
Find all posts by this user
Quote this message in a reply
04-05-2012, 06:51 AM
Post: #3
Not Solved RE: how to add header include in Admin / ACP
so how to do it, any clue??

how the admin modules/plugin will work if we can not make one for us or customize it...

With Regards and many thanks.
------------------------------------------
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication