OK - just logged into the backend of my site and it looks WACK! Everything is in list form, with bullets. If you scroll down toward the botton, whatever page your on looks sorta normal, but something definitely going on!
I made one change in my virtuemart code this morning (had to do with ps_product_attributes.php), but that was IT! EEEK! What could have happened? I've cleared my cache and tried logging in both in foxfire AND in safari. Same results. I'm attaching a .pdf of what it looks like. What did I do?
and, more importantly, HOW DO I FIX IT?
Here is what it looks like:
This attachment is hidden for guests. Please log in or register to see it.
There was a problem with my idex2.php towards the end of last week - I accidentally deleted it. Someone ELSE put one back in. When opened, it looks like this:
<?php
/**
* @version $Id: index2.php 11407 2009-01-09 17:23:42Z willebil $
* @package Joomla
* @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
$_REQUEST = 'component';
include('index.php');
Could the problem lie in this file? No other major changes since then...
Thanks!