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:
Now works with TemplateManager not StylesheetManager


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4083 
3d254a34-79dc-0310-9e5f-be208747d8a0
calguy1000 (author)
Thu Aug 23 10:04:43 -0700 2007
commit  cff4bae96e2f28e0c6ccc21bc470359af8f83116
tree    d1e5baadf3fa53bbaf6850cad75e9aa01ece77ae
parent  d1c5f6e600d294e48bae543baa1ace2c418adb23
...
78
79
80
81
82
 
 
83
84
85
...
179
180
181
182
183
 
 
184
185
186
...
78
79
80
 
 
81
82
83
84
85
...
179
180
181
 
 
182
183
184
185
186
0
@@ -78,8 +78,8 @@ if (isset($_POST["cancel"])) {
0
     case 'cssassoc':
0
       redirect('templatecss.php?id='.$cssid.'&type=template');
0
       break;
0
- case 'module_StylesheetManager':
0
- redirect('moduleinterface.php?module=StylesheetManager');
0
+ case 'module_TemplateManager':
0
+ redirect('moduleinterface.php?module=TemplateManager');
0
       break;
0
     default:
0
       redirect("listtemplates.php");
0
@@ -179,8 +179,8 @@ if ($access)
0
          case 'cssassoc':
0
          redirect('templatecss.php?id='.$cssid.'&type=template');
0
          break;
0
- case 'module_StylesheetManager':
0
- redirect('moduleinterface.php?module=StylesheetManager');
0
+ case 'module_TemplateManager':
0
+ redirect('moduleinterface.php?module=TemplateManager');
0
          break;
0
          default:
0
          redirect("listtemplates.php");

Comments

    No one has commented yet.