mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-07 15:59:02 +00:00
32 lines
1 KiB
PHP
32 lines
1 KiB
PHP
<?php include('header.php'); ?>
|
|
|
|
|
|
<div>
|
|
<ul class="breadcrumb">
|
|
<li>
|
|
<a href="#">Home</a> <span class="divider">/</span>
|
|
</li>
|
|
<li>
|
|
<a href="#">Tour</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="row-fluid sortable">
|
|
<div class="box span12 tour">
|
|
<div class="box-header well" data-original-title>
|
|
<h2><i class="icon-globe"></i> Tour</h2>
|
|
<div class="box-icon">
|
|
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
|
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
|
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="box-content">
|
|
<a href="tour.php">Click Here to restart the tour</a><br/>
|
|
You can create Custom Tour, like this. <br/> For more help on implementing tour go <a href="http://pushly.github.com/bootstrap-tour/index.php" target="_blank">here</a>
|
|
</div>
|
|
</div><!--/span-->
|
|
</div><!--/row-->
|
|
|
|
<?php include('footer.php'); ?>
|