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
implemented:
1)icons view and logout site
2)wellcome user TODO var

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4734 
3d254a34-79dc-0310-9e5f-be208747d8a0
nuno (author)
Mon Jun 23 11:35:27 -0700 2008
commit  b177ea0f4a204dfee1e125269b054e3a880ec53c
tree    c767682843db0705243f83d820e941337a89ddbd
parent  feef9338db77c262b2e07cf8500b887a0a2aedae
...
1
 
 
 
 
 
 
 
2
3
4
...
24
25
26
27
 
 
 
 
 
 
 
 
28
29
30
...
 
1
2
3
4
5
6
7
8
9
10
...
30
31
32
 
33
34
35
36
37
38
39
40
41
42
43
0
@@ -1,4 +1,10 @@
0
-<div id="logocontainer"><img src="themes/NCleanGrey2/images/logoCMS.png" alt="{$adminpaneltitle}" title="{$adminpaneltitle}" /><div class="logotext">{$adminpaneltitle}</div></div>
0
+<div id="logocontainer"><img src="themes/NCleanGrey2/images/logoCMS.png" alt="{$adminpaneltitle}" title="{$adminpaneltitle}" /><div class="logotext">{$adminpaneltitle}
0
+
0
+<br />{tr}welcome_user{/tr}: (TODO - var)
0
+
0
+
0
+
0
+</div></div>
0
 
0
 
0
 {if $root_node->has_children()}
0
@@ -24,7 +30,14 @@
0
       {/foreach}
0
   
0
     </ul>
0
-
0
+ <!-- ICONS-->
0
+ <div id="nav-icons_all">
0
+ <ul id="nav-icons">
0
+ <li class="viewsite-icon"><a rel="external" title="{tr}viewsite{/tr}" href="../">{tr}viewsite{/tr}</a></li>
0
+ <li class="logout-icon"><a title="{tr}logout{/tr}" href="logout.php">{tr}logout{/tr}</a></li>
0
+ </ul>
0
+ </div><!--end nav-icons_all-->
0
+
0
     <div class="clearb"></div>
0
   </div>
0
   

Comments

    No one has commented yet.