Changeset 320

Show
Ignore:
Timestamp:
05/08/06 08:45:18 (3 years ago)
Author:
carmartin
Message:

content/mainindex - no longer overrides the index from unit/user

I am not entirely sure that this patch is correct. It matches the behaviour
of Elgg on Elgg.net, and it makes more sense to me: it no longer tells me to
"create your profile" when I have one already.

On the other hand, it could just be going against the grain.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/content/mainindex/main.php

    r269 r320  
    33    // Main index functions 
    44 
    5         $function['content:mainindex'][] = path . "/content/mainindex/content_main_index.php"; 
     5// with this commented out, units/users/content_main_index.php  
     6// is used instead -- which makes more sense... 
     7//        $function['content:mainindex'][] = path . "/content/mainindex/content_main_index.php"; 
     8 
    69        $function['content:about'][] = path . "/content/mainindex/content_main_about.php"; 
    710        $function['content:run_your_own'][] = path . "/content/mainindex/content_main_run_your_own.php";