Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post insert images on .cfg 
 
hi
i can insert images i put this in mg_themes.cfg $images['menu_portal'] = $current_template_images . 'portal.png'; and insert on .tpl <a href="{U_PORTAL}"><img src="{IMG_MENU_PORTAL}" alt="" border="0" /></a> but dont work  

what happend xD

thanks
 




____________
Desing
KtmDesingz

[spoiler][img]http://i116.photobucket.com/albums/o37/_ktm_/Firma32.jpg[/img][/spoiler]
 
-ktm-Send private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: insert images on .cfg 
 
They must be in the .php also

take a look at forum.php

Code: [Download] [Hide]
  1.     'FORUM_IMG' => $images['forum'], 


and in the .cfg it's like this

Code: [Download] [Hide]
  1. $images['forum'] = $current_template_images . 'folder.gif' . $img_fade; 


Then, you can use it
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: insert images on .cfg 
 
this??

'FORUM_IMG' => $images['forum'], $images['menu_portal'],

a tried with this and dont work, what more I must do?
 




____________
Desing
KtmDesingz

[spoiler][img]http://i116.photobucket.com/albums/o37/_ktm_/Firma32.jpg[/img][/spoiler]
 
-ktm-Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: insert images on .cfg 
 
tell me where you like to insert the images please
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: insert images on .cfg 
 
An Ex

In your cfg you got

Code: [Download] [Hide]
  1. $images['menu_portal'] = $current_template_images . 'portal.png'; 


Add at page_header

    
Code: [Download] [Hide]
  1. 'PORTAL_IMG' => $images['menu_portal'] 


After

Code: [Download] [Hide]
  1. $template->assign_vars(array( 


After this, you can use {PORTAL_IMG}

 
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: insert images on .cfg 
 
thank you very much you are great =)
 




____________
Desing
KtmDesingz

[spoiler][img]http://i116.photobucket.com/albums/o37/_ktm_/Firma32.jpg[/img][/spoiler]
 
-ktm-Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events