View Single Post
  #2  
Old 02-11-2014, 04:32 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 22,951
IntoRain is on a distinguished road
Default

Hello! Good luck with your site and don't be afraid to ask questions even if you think they are silly xD

Mysidia has its way of doing the html and the css of the site. The templates are in public_html/templates/. Main contains the main theme (the first you see). Inside there's a header.tpl that has the <head> tag for the whole site and template.tpl has the <body>. Media folder contains the css (right click > view source on the site to check which .css file is being used or modify the include in the header.tpl to your own) and images

You can delete that warning by going to that file (class_image.php) and stopping it from showing by putting a @ in front of the function getimagesize()
__________________


asp.net stole my soul.
Reply With Quote