Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: Standalone CiviCRM
-
Labels:None
Description
I'm testing the 3.0 beta 5 standalone. When I visit index.php (with no url vars) and view the source code the '<link rel="Shortcut ...>' bit is at the top, before the doctype. But when I click the 'Home' link on the civicrm menu it takes me to index.php?q=civicrm/dashboard&reset=1 and the link thing moves to the very bottom of the html. When it's at the top it messes up the css somehow and all the font sizes appear larger.
My solution:
- civicrm/standalone/index.php -comment out lines 14 and 45
- civicrm/templates/CRM/common/standalone.tpl - add the '<link rel="Shortcut...>' line somewhere in the <head> section