public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
System modules can be exported to XML again


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3320 
3d254a34-79dc-0310-9e5f-be208747d8a0
calguy1000 (author)
Thu Aug 17 18:34:58 -0700 2006
commit  9b37c3f62a4515885702fd5f90a3c729ff5fcebe
tree    9cc1622c06185a91c325088c48bcf3bb1f0b5c1c
parent  66a810b3979a349dc755c269b570f3258c964141
...
448
449
450
451
452
 
 
453
454
 
455
456
457
...
448
449
450
 
 
451
452
453
 
454
455
456
457
0
@@ -448,10 +448,10 @@ if ($action == "showmoduleabout")
0
    $aboutcol = " ";
0
 
0
    $xmlcol = " ";
0
- if( !$is_sysmodule )
0
- {
0
+// if( !$is_sysmodule )
0
+// {
0
    $xmlcol = '<a href="listmodules.php?action=exportxml&amp;module='.$key.'"><img border="0" src="../images/cms/xml_rss.gif" alt="'.lang('xml').'" /></a>';
0
- }
0
+// }
0
 
0
    //Is there help?
0
    if ($modinstance->GetHelp() != '')

Comments

    No one has commented yet.