5631a3fc54
When page index.php is called without defined section, redirect to a page selected by random on a user list. git-svn-id: http://piwigo.org/svn/trunk@1788 68402e56-0260-453c-a942-63ccdbb3a9ee
21 lines
485 B
Smarty
21 lines
485 B
Smarty
<div id="content">
|
|
|
|
<!-- BEGIN errors -->
|
|
<div class="errors">
|
|
<ul>
|
|
<!-- BEGIN error -->
|
|
<li>{errors.error.ERROR}</li>
|
|
<!-- END error -->
|
|
</ul>
|
|
</div>
|
|
<!-- END errors -->
|
|
|
|
<div class="titrePage">
|
|
<ul class="categoryActions">
|
|
<li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li>
|
|
</ul>
|
|
<h2>{lang:Profile}</h2>
|
|
</div>
|
|
|
|
{PROFILE_CONTENT}
|
|
</div> <!-- content -->
|