[imc-sf-coders] CVS update of sf-active/sf-active/sitename/website (publish.php)

startx startx at codecoop.org
Sat Sep 16 05:50:30 PDT 2006


    Date: Saturday, September 16, 2006 @ 14:50:30
  Author: startx
    Path: /cvsroot/sf-active/sf-active/sf-active/sitename/website

Modified: publish.php

i took out the left bar from the publish page because it is not really
needed, solves the internet explorer from issues and gives us the
chance to use a wider wysiwyg editor textarea.


Index: sf-active/sf-active/sitename/website/publish.php
diff -u sf-active/sf-active/sitename/website/publish.php:1.52 sf-active/sf-active/sitename/website/publish.php:1.53
--- sf-active/sf-active/sitename/website/publish.php:1.52	Sun Jan  1 23:20:49 2006
+++ sf-active/sf-active/sitename/website/publish.php	Sat Sep 16 14:50:30 2006
@@ -12,7 +12,10 @@
 {
     $page->build_page();
     sf_include_file(SF_INCLUDE_PATH, 'content-header.inc');
-    sf_include_file(SF_INCLUDE_PATH, 'index_left.inc');
+   
+    // the left bar is off to solve internet explorer css problems
+    
+    // sf_include_file(SF_INCLUDE_PATH, 'index_left.inc');
     echo $page->get_html();
 }
 


More information about the imc-sf-coders mailing list