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:
Added friendly_position global variable

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@2427 
3d254a34-79dc-0310-9e5f-be208747d8a0
tedkulp (author)
Thu Jan 12 16:41:26 -0800 2006
commit  e6ec90832804e0c443b8aa2e57027c9c5cadf12e
tree    04bdcb61bcdf674876d8b7b9af6023db15a5698f
parent  0c961894e757959d0497a3a8f0cf53524aa7563d
...
108
109
110
 
 
 
111
112
113
...
108
109
110
111
112
113
114
115
116
0
@@ -108,6 +108,9 @@ if (isset($pageinfo) && $pageinfo !== FALSE)
0
 
0
   $gCms->variables['page_name'] = $pageinfo->content_alias;
0
   $gCms->variables['position'] = $pageinfo->content_hierarchy;
0
+ $gCms->variables['position'] = $pageinfo->content_hierarchy;
0
+ $gCms->variables['friendly_position'] = ContentManager::CreateFriendlyHierarchyPosition($pageinfo->content_hierarchy);
0
+
0
 }
0
 
0
 $html = '';

Comments

    No one has commented yet.