modified.
This commit is contained in:
parent
93135c7381
commit
4e91f3e510
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
|||
|
||||
|
||||
<!-- Shown to small devices only Start-->
|
||||
<form id="search" class="navbar-form navbar-search navbar-left" name="search" method="get" role="search" action="search_result.php">
|
||||
<form id="search" class="navbar-form navbar-search navbar-left" name="search" method="get" role="search" action="{$base_url}/search_result.php">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" placeholder="Search">
|
||||
<span class="input-group-btn">
|
||||
|
@ -85,7 +85,7 @@
|
|||
<li class="dropdown myaccount-dd">
|
||||
<span class="dropdown-toggle theme_color col-md-12" data-toggle="dropdown"> <img class="img-circle" src="{$userquery->getUserThumb('','small',userid())}" style="width: 40px; height: 40px;"/> {$userquery->username}<b class="caret"></b></span>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="{$base_url}/myaccount.php?userid={userid}">{lang code="my_account"}</a></li>
|
||||
<li><a href="{$base_url}/demo/myaccount.php?userid={userid}">{lang code="my_account"}</a></li>
|
||||
<li><a href="{$base_url}/manage_videos.php">{lang code="Manage Videos"}</a></li>
|
||||
<li><a href="{$base_url}/channels.php">{lang code="View Channels"}</a></li>
|
||||
<li><a href="{$base_url}/upload.php">{lang code="Upload"}</a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue