4809 commented out the module_css lines
authorgreg gay <ggay@ocad.ca>
Wed, 24 Aug 2011 14:11:49 +0000 (14:11 -0000)
committergreg gay <ggay@ocad.ca>
Wed, 24 Aug 2011 14:11:49 +0000 (14:11 -0000)
13 files changed:
docs/mods/_standard/photos/admin/edit_album.php
docs/mods/_standard/photos/admin/edit_photos.php
docs/mods/_standard/photos/albums.php
docs/mods/_standard/photos/course_albums.php
docs/mods/_standard/photos/create_album.php
docs/mods/_standard/photos/edit_album.php
docs/mods/_standard/photos/edit_photos.php
docs/mods/_standard/photos/include/profile_album.inc.php
docs/mods/_standard/photos/index.php
docs/mods/_standard/photos/index_admin.php
docs/mods/_standard/photos/photo.php
docs/mods/_standard/photos/search.php
docs/mods/_standard/photos/shared_albums.php

index 35537e7..23104cc 100644 (file)
@@ -20,7 +20,7 @@ $isadmin   = TRUE;
 //printer header iff this is not a POST request 
 //a hack to avoid 'header already sent...' error.
 if (!isset($_POST['submit']) && !isset($_POST['cancel'])){
-       $_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+       //$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
        require(AT_INCLUDE_PATH.'header.inc.php'); 
        $msg->printAll();
 }
index 63ca116..63e99ba 100644 (file)
@@ -20,7 +20,7 @@ $isadmin   = TRUE;
 //printer header iff this is not a POST request 
 //a hack to avoid 'header already sent...' error.
 if (!isset($_POST['submit']) && !isset($_POST['cancel'])){
-       $_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+       //$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
        require(AT_INCLUDE_PATH.'header.inc.php'); 
        $msg->printAll();
 }
index 8268495..a52120a 100644 (file)
@@ -18,7 +18,7 @@ include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
 include (AT_PA_INCLUDE.'classes/SimpleImage.class.php');
 include (AT_PA_INCLUDE.'lib.inc.php');
 include (AT_PA_INCLUDE.'classes/AjaxMessage.class.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 $_custom_head .= '<script src="'.$_base_path . AT_PA_BASENAME . 'include/ajaxupload.js" type="text/javascript"></script>';
 
 $id = intval($_REQUEST['id']);
index cc556bc..e4523e6 100644 (file)
@@ -15,7 +15,7 @@ define('AT_INCLUDE_PATH', '../../../include/');
 require (AT_INCLUDE_PATH.'vitals.inc.php');
 include (AT_PA_INCLUDE.'lib.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 
 //instantiate obj
 $pa = new PhotoAlbum();
index e5b29f0..ea7466b 100644 (file)
@@ -15,7 +15,7 @@ $_user_location = 'public';
 define('AT_INCLUDE_PATH', '../../../include/');
 require (AT_INCLUDE_PATH.'vitals.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 
 //quit if this is not a member
 if(!(isset($_SESSION['member_id']) && $_SESSION['member_id'] > 0)){
index 12db106..372d31e 100644 (file)
@@ -16,7 +16,7 @@ define('AT_INCLUDE_PATH', '../../../include/');
 require (AT_INCLUDE_PATH.'vitals.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
 include (AT_PA_INCLUDE.'lib.inc.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 
 $aid = intval($_REQUEST['id']);
 $pa = new PhotoAlbum($aid);
index 35638cd..ba5821b 100644 (file)
@@ -61,7 +61,7 @@ if ($isadmin) {
 //handle organize
 if(isset($_GET['org'])){
        $_custom_head .= '<script type="text/javascript" src="'.AT_PA_BASENAME.'include/imageReorderer.js"></script>';
-       $_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+       //$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
        //reset pages/submenu
        $_pages[AT_PA_BASENAME.'edit_photos.php']['title'] = _AT('pa_organize_photos');
 
@@ -88,7 +88,7 @@ if(isset($_GET['org'])){
 //printer header iff this is not a POST request 
 //a hack to avoid 'header already sent...' error.
 if (!isset($_POST['submit']) && !isset($_POST['cancel'])){
-       $_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+       //$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
        require(AT_INCLUDE_PATH.'header.inc.php'); 
        $msg->printAll();
 }
index e18121c..a399523 100644 (file)
@@ -15,7 +15,7 @@
 if (!defined('AT_INCLUDE_PATH')) { exit; }
 include (AT_PA_INCLUDE.'lib.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 $_custom_head .= '<script src="'.$_base_path . AT_PA_BASENAME . 'include/ajaxupload.js" type="text/javascript"></script>';
 $member_id = intval($_GET['member_id']);
 $member_id = ($member_id==0)? $_SESSION['member_id']: $member_id;
index c1c338c..2828eb4 100644 (file)
@@ -17,7 +17,7 @@ define('AT_INCLUDE_PATH', '../../../include/');
 require (AT_INCLUDE_PATH.'vitals.inc.php');
 include (AT_PA_INCLUDE.'lib.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 
 //instantiate obj
 $pa = new PhotoAlbum();
index f964a2a..a1ee794 100644 (file)
@@ -18,7 +18,7 @@ include (AT_INCLUDE_PATH.'../mods/_core/file_manager/filemanager.inc.php');   //cl
 //include (AT_INCLUDE_PATH.'lib/filemanager.inc.php'); //clr_dir()
 include (AT_PA_INCLUDE.'lib.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 admin_authenticate(AT_ADMIN_PRIV_PHOTO_ALBUM);
 
 //init
index 486effa..41c7026 100644 (file)
@@ -16,7 +16,7 @@ define('AT_INCLUDE_PATH', '../../../include/');
 require (AT_INCLUDE_PATH.'vitals.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
 include (AT_PA_INCLUDE.'lib.inc.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 $_custom_head .= '<script type="text/javascript" src="'.AT_PA_BASENAME.'include/imageReorderer.js"></script>';
 
 $aid = intval($_GET['aid']);
index 55a16ee..307d77c 100644 (file)
@@ -17,7 +17,7 @@ define('AT_INCLUDE_PATH', '../../../include/');
 require (AT_INCLUDE_PATH.'vitals.inc.php');
 include (AT_PA_INCLUDE.'lib.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 
 //instantiate obj
 $pa = new PhotoAlbum();
index bbc3024..c34ad80 100644 (file)
@@ -15,7 +15,7 @@ define('AT_INCLUDE_PATH', '../../../include/');
 require (AT_INCLUDE_PATH.'vitals.inc.php');
 include (AT_PA_INCLUDE.'lib.inc.php');
 include (AT_PA_INCLUDE.'classes/PhotoAlbum.class.php');
-$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
+//$_custom_css = $_base_path . AT_PA_BASENAME . 'module.css'; // use a custom stylesheet
 
 //instantiate obj
 $pa = new PhotoAlbum();