- Timestamp:
- 11/06/08 20:43:01 (5 years ago)
- Location:
- events/phpframework/rhaco/trunk
- Files:
-
- 3 modified
-
library/view/PhwittrUser.php (modified) (1 diff)
-
resources/templates/password.html (modified) (1 diff)
-
resources/templates/settings.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/rhaco/trunk/library/view/PhwittrUser.php
r22835 r22843 33 33 function picture(){ 34 34 $users = $this->loginRequired(); 35 if($this->isVariable('delete')){ 35 if($this->isPost() && $this->isVariable('delete')){ 36 @unlink(Rhaco::resource('templates/img/user/'). $users->image); 36 37 $users->image = null; 37 38 $this->dbUtil->update($users); -
events/phpframework/rhaco/trunk/resources/templates/password.html
r22835 r22843 3 3 <div class="wrapper"> 4 4 <div id="main"> 5 <h2><img src="<rt:if param="{$image}"> <rt:else />img/friend_icon.png</rt:if>" alt="{$userName}" /> {$userName}</h2>5 <h2><img src="<rt:if param="{$image}">img/user/{$image}<rt:else />img/friend_icon.png</rt:if>" alt="{$userName}" /> {$userName}</h2> 6 6 7 7 <ul class="tabNav"> -
events/phpframework/rhaco/trunk/resources/templates/settings.html
r22835 r22843 6 6 <div class="wrapper"> 7 7 <div id="main"> 8 <h2><img src="<rt:if param="{$image}"> <rt:else />img/friend_icon.png</rt:if>" alt="{$userName}" /> {$userName}</h2>8 <h2><img src="<rt:if param="{$image}">img/user/{$image}<rt:else />img/friend_icon.png</rt:if>" alt="{$userName}" /> {$userName}</h2> 9 9 10 10 <ul class="tabNav">
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)