[geeklog-cvs] Geeklog-1.x/public_html/layout/professional	blockfooter-config.thtml, NONE, 1.1 blockheader-config.thtml,	NONE, 1.1 functions.php, 1.11, 1.12 blockfooter-notitle.thtml,	1.2, NONE blockheader-notitle.thtml, 1.1, NONE
    Dirk Haun 
    dhaun at qs1489.pair.com
       
    Sun Feb 17 03:40:33 EST 2008
    
        - Previous message (by thread): [geeklog-cvs] Geeklog-1.x/system/classes config.class.php, 1.24,	1.25
 
        - Next message (by thread): [geeklog-cvs]	Geeklog-1.x/public_html/layout/professional/images/droplinemenu	menu_active.png, 1.1, NONE menu_normal.png, 1.1,	NONE menu_over.png, 1.1, NONE sublevel_divider.png, 1.1, NONE
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv44254
Modified Files:
	functions.php 
Added Files:
	blockfooter-config.thtml blockheader-config.thtml 
Removed Files:
	blockfooter-notitle.thtml blockheader-notitle.thtml 
Log Message:
Let's have block titles in the Configuration again
Index: functions.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/functions.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** functions.php	9 Feb 2008 12:00:59 -0000	1.11
--- functions.php	17 Feb 2008 08:40:31 -0000	1.12
***************
*** 24,29 ****
  
  $_BLOCK_TEMPLATE['_msg_block'] = 'blockheader-message.thtml,blockfooter-message.thtml';
! $_BLOCK_TEMPLATE['configmanager_block'] = 'blockheader-notitle.thtml,blockfooter-notitle.thtml';
! $_BLOCK_TEMPLATE['configmanager_subblock'] = 'blockheader-notitle.thtml,blockfooter-notitle.thtml';
  $_BLOCK_TEMPLATE['whats_related_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';
  $_BLOCK_TEMPLATE['story_options_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';
--- 24,29 ----
  
  $_BLOCK_TEMPLATE['_msg_block'] = 'blockheader-message.thtml,blockfooter-message.thtml';
! $_BLOCK_TEMPLATE['configmanager_block'] = 'blockheader-config.thtml,blockfooter-config.thtml';
! $_BLOCK_TEMPLATE['configmanager_subblock'] = 'blockheader-config.thtml,blockfooter-config.thtml';
  $_BLOCK_TEMPLATE['whats_related_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';
  $_BLOCK_TEMPLATE['story_options_block'] = 'blockheader-related.thtml,blockfooter-related.thtml';
--- NEW FILE: blockfooter-config.thtml ---
</div>
<div class="aligncenter">
    <div class="block-divider"></div>
</div>
<div class="block-bg-spreader"></div>
--- blockheader-notitle.thtml DELETED ---
--- blockfooter-notitle.thtml DELETED ---
--- NEW FILE: blockheader-config.thtml ---
<div class="block-box" id="{blockid}">
    <span class="block-helpicon">
        {block_help}
    </span>
    <h2>{block_title}</h2>
    
    
        
	- Previous message (by thread): [geeklog-cvs] Geeklog-1.x/system/classes config.class.php, 1.24,	1.25
 
	- Next message (by thread): [geeklog-cvs]	Geeklog-1.x/public_html/layout/professional/images/droplinemenu	menu_active.png, 1.1, NONE menu_normal.png, 1.1,	NONE menu_over.png, 1.1, NONE sublevel_divider.png, 1.1, NONE
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the geeklog-cvs
mailing list